Html Css Color HEX #0ACB08 Free Speech Green

📋 copy color: '#0ACB08'

red 10 ◦ green 203 ◦ blue 8

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

Shades of Free Speech Green #0ACB08

Tints of Free Speech Green #0ACB08

RGB

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

 GREEN value IS 203 (79.69% from 255) = 91.86%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 4.52%
G = 91.86%
B = 3.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#0ACB08 (or 0x0ACB08) is known color: Free Speech Green. HEX triplet: 0A, CB and 08. RGB value is (10,203,8). Sum of RGB (Red+Green+Blue) = 10+203+8=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 203 (79.69% from 255 or 91.86% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACB08 is #F534F7. Grayscale: #7B7B7B. Windows color (decimal): -16069880 or 576266. OLE color: 576266.

HSL color Cylindrical-coordinate representation of color #0ACB08: hue angle of 119.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACB08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 203 8 -
CMYK 0.95 0 0.96 0.20
HSL 119.38º 0.92% 0.41% -
HSV(B) 119.38º 0.96% 0.8% -
XYZ 21.52 42.79 7.36 -
YUV 123.06 63.06 47.36 -
System Red Green Blue C M Y K H S L
Decimal 10 203 8 0.95 0 0.96 0.20 119.38 0.92 0.41
Hex A CB 8 5F 0 60 14 77 5C 29
Octal 12 313 10 137 0 140 24 167 134 51
Binary 1010 11001011 1000 1011111 0 1100000 10100 1110111 1011100 101001

Color Harmonies of #0ACB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACB08

Black with #0ACB08

Text Example


Text Example

White with #0ACB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,203,8); }

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

background-color css

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

 a { background-color: rgb(10,203,8); }

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

border-color css

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

 span { border-color: rgb(10,203,8); }

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