Html Css Color HEX #09CA08 Free Speech Green

📋 copy color: '#09CA08'

red 9 ◦ green 202 ◦ blue 8

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

Shades of Free Speech Green #09CA08

Tints of Free Speech Green #09CA08

RGB

 RED value IS 9 (3.91% from 255) = 4.11%

 GREEN value IS 202 (79.3% from 255) = 92.24%

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

R = 4.11%
G = 92.24%
B = 3.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#09CA08 (or 0x09CA08) is known color: Free Speech Green. HEX triplet: 09, CA and 08. RGB value is (9,202,8). Sum of RGB (Red+Green+Blue) = 9+202+8=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 202 (79.30% from 255 or 92.24% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA08 is #F635F7. Grayscale: #7A7A7A. Windows color (decimal): -16135672 or 576009. OLE color: 576009.

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

Color convert

RGB 9 202 8 -
CMYK 0.96 0 0.96 0.21
HSL 119.69º 0.92% 0.41% -
HSV(B) 119.69º 0.96% 0.79% -
XYZ 21.28 42.32 7.28 -
YUV 122.18 63.56 47.27 -
System Red Green Blue C M Y K H S L
Decimal 9 202 8 0.96 0 0.96 0.21 119.69 0.92 0.41
Hex 9 CA 8 60 0 60 15 78 5C 29
Octal 11 312 10 140 0 140 25 170 134 51
Binary 1001 11001010 1000 1100000 0 1100000 10101 1111000 1011100 101001

Color Harmonies of #09CA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA08

Black with #09CA08

Text Example


Text Example

White with #09CA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CA08; }

 p { color: rgb(9,202,8); }

 H1.HeaderClassName
 {
   color: #09CA08;
 }
 .AnyTagClassName
 {
   color: #09CA08;
 }
</style>

background-color css

<style>
 a { background-color: #09CA08; }

 a { background-color: rgb(9,202,8); }

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

border-color css

<style>
 span { border-color: #09CA08; }

 span { border-color: rgb(9,202,8); }

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