Html Css Color HEX #0ACF07 Free Speech Green

📋 copy color: '#0ACF07'

red 10 ◦ green 207 ◦ blue 7

#0ACF07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0ACF07

Tints of Free Speech Green #0ACF07

RGB

 RED value IS 10 (4.3% from 255) = 4.46%

 GREEN value IS 207 (81.25% from 255) = 92.41%

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 4.46%
G = 92.41%
B = 3.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0ACF07 (or 0x0ACF07) is known color: Free Speech Green. HEX triplet: 0A, CF and 07. RGB value is (10,207,7). Sum of RGB (Red+Green+Blue) = 10+207+7=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 207 (81.25% from 255 or 92.41% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF07 is #F530F8. Grayscale: #7D7D7D. Windows color (decimal): -16068857 or 511754. OLE color: 511754.

HSL color Cylindrical-coordinate representation of color #0ACF07: hue angle of 119.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0ACF07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 207 7 -
CMYK 0.95 0 0.97 0.19
HSL 119.1º 0.93% 0.42% -
HSV(B) 119.1º 0.97% 0.81% -
XYZ 22.48 44.71 7.65 -
YUV 125.3 61.23 45.76 -
System Red Green Blue C M Y K H S L
Decimal 10 207 7 0.95 0 0.97 0.19 119.1 0.93 0.42
Hex A CF 7 5F 0 61 13 77 5D 2A
Octal 12 317 7 137 0 141 23 167 135 52
Binary 1010 11001111 111 1011111 0 1100001 10011 1110111 1011101 101010

Color Harmonies of #0ACF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACF07

Black with #0ACF07

Text Example


Text Example

White with #0ACF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ACF07; }

 p { color: rgb(10,207,7); }

 H1.HeaderClassName
 {
   color: #0ACF07;
 }
 .AnyTagClassName
 {
   color: #0ACF07;
 }
</style>

background-color css

<style>
 a { background-color: #0ACF07; }

 a { background-color: rgb(10,207,7); }

 div.DivClassName
 {
   background-color: #0ACF07;
 }
 .BgClassName
 {
   background-color: #0ACF07;
 }
</style>

border-color css

<style>
 span { border-color: #0ACF07; }

 span { border-color: rgb(10,207,7); }

 td.TdClassName
 {
   border-color: #0ACF07;
 }
 .TagClassName
 {
   border-color: #0ACF07;
 }
</style>