Html Css Color HEX #09CF04 Free Speech Green

📋 copy color: '#09CF04'

red 9 ◦ green 207 ◦ blue 4

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

Shades of Free Speech Green #09CF04

Tints of Free Speech Green #09CF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 4.09%
G = 94.09%
B = 1.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#09CF04 (or 0x09CF04) is known color: Free Speech Green. HEX triplet: 09, CF and 04. RGB value is (9,207,4). Sum of RGB (Red+Green+Blue) = 9+207+4=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 207 (81.25% from 255 or 94.09% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CF04 is #F630FB. Grayscale: #7D7D7D. Windows color (decimal): -16134396 or 315145. OLE color: 315145.

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

Color convert

RGB 9 207 4 -
CMYK 0.96 0 0.98 0.19
HSL 118.52º 0.96% 0.41% -
HSV(B) 118.52º 0.98% 0.81% -
XYZ 22.45 44.69 7.56 -
YUV 124.66 59.9 45.51 -
System Red Green Blue C M Y K H S L
Decimal 9 207 4 0.96 0 0.98 0.19 118.52 0.96 0.41
Hex 9 CF 4 60 0 62 13 77 60 29
Octal 11 317 4 140 0 142 23 167 140 51
Binary 1001 11001111 100 1100000 0 1100010 10011 1110111 1100000 101001

Color Harmonies of #09CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF04

Black with #09CF04

Text Example


Text Example

White with #09CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,207,4); }

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

background-color css

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

 a { background-color: rgb(9,207,4); }

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

border-color css

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

 span { border-color: rgb(9,207,4); }

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