Html Css Color HEX #08CC0A Free Speech Green

📋 copy color: '#08CC0A'

red 8 ◦ green 204 ◦ blue 10

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

Shades of Free Speech Green #08CC0A

Tints of Free Speech Green #08CC0A

RGB

 RED value IS 8 (3.52% from 255) = 3.6%

 GREEN value IS 204 (80.08% from 255) = 91.89%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 3.6%
G = 91.89%
B = 4.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#08CC0A (or 0x08CC0A) is known color: Free Speech Green. HEX triplet: 08, CC and 0A. RGB value is (8,204,10). Sum of RGB (Red+Green+Blue) = 8+204+10=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 204 (80.08% from 255 or 91.89% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 204 - color contains mainly: green. Hex color #08CC0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08CC0A is #F733F5. Grayscale: #7B7B7B. Windows color (decimal): -16200694 or 707592. OLE color: 707592.

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

Color convert

RGB 8 204 10 -
CMYK 0.96 0 0.95 0.2
HSL 120.61º 0.92% 0.42% -
HSV(B) 120.61º 0.96% 0.8% -
XYZ 21.75 43.26 7.49 -
YUV 123.28 64.07 45.77 -
System Red Green Blue C M Y K H S L
Decimal 8 204 10 0.96 0 0.95 0.2 120.61 0.92 0.42
Hex 8 CC A 60 0 5F 14 79 5C 2A
Octal 10 314 12 140 0 137 24 171 134 52
Binary 1000 11001100 1010 1100000 0 1011111 10100 1111001 1011100 101010

Color Harmonies of #08CC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CC0A

Black with #08CC0A

Text Example


Text Example

White with #08CC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CC0A; }

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

 H1.HeaderClassName
 {
   color: #08CC0A;
 }
 .AnyTagClassName
 {
   color: #08CC0A;
 }
</style>

background-color css

<style>
 a { background-color: #08CC0A; }

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

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

border-color css

<style>
 span { border-color: #08CC0A; }

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

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