Html Css Color HEX #0ACF00 Free Speech Green

📋 copy color: '#0ACF00'

red 10 ◦ green 207 ◦ blue 0

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

Shades of Free Speech Green #0ACF00

Tints of Free Speech Green #0ACF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.61%
G = 95.39%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#0ACF00 (or 0x0ACF00) is known color: Free Speech Green. HEX triplet: 0A, CF and 00. RGB value is (10,207,0). Sum of RGB (Red+Green+Blue) = 10+207+0=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 207 (81.25% from 255 or 95.39% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF00 is #F530FF. Grayscale: #7D7D7D. Windows color (decimal): -16068864 or 53002. OLE color: 53002.

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

Color convert

RGB 10 207 0 -
CMYK 0.95 0 1 0.19
HSL 117.1º 1% 0.41% -
HSV(B) 117.1º 1% 0.81% -
XYZ 22.44 44.69 7.44 -
YUV 124.5 57.73 46.33 -
System Red Green Blue C M Y K H S L
Decimal 10 207 0 0.95 0 1 0.19 117.1 1 0.41
Hex A CF 0 5F 0 64 13 75 64 29
Octal 12 317 0 137 0 144 23 165 144 51
Binary 1010 11001111 0 1011111 0 1100100 10011 1110101 1100100 101001

Color Harmonies of #0ACF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACF00

Black with #0ACF00

Text Example


Text Example

White with #0ACF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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