Html Css Color HEX #09CF05 Free Speech Green

📋 copy color: '#09CF05'

red 9 ◦ green 207 ◦ blue 5

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

Shades of Free Speech Green #09CF05

Tints of Free Speech Green #09CF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 4.07%
G = 93.67%
B = 2.26%

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

#09CF05 (or 0x09CF05) is known color: Free Speech Green. HEX triplet: 09, CF and 05. RGB value is (9,207,5). Sum of RGB (Red+Green+Blue) = 9+207+5=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 207 (81.25% from 255 or 93.67% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CF05 is #F630FA. Grayscale: #7D7D7D. Windows color (decimal): -16134395 or 380681. OLE color: 380681.

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

Color convert

RGB 9 207 5 -
CMYK 0.96 0 0.98 0.19
HSL 118.81º 0.95% 0.42% -
HSV(B) 118.81º 0.98% 0.81% -
XYZ 22.45 44.69 7.59 -
YUV 124.77 60.4 45.43 -
System Red Green Blue C M Y K H S L
Decimal 9 207 5 0.96 0 0.98 0.19 118.81 0.95 0.42
Hex 9 CF 5 60 0 62 13 77 5F 2A
Octal 11 317 5 140 0 142 23 167 137 52
Binary 1001 11001111 101 1100000 0 1100010 10011 1110111 1011111 101010

Color Harmonies of #09CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF05

Black with #09CF05

Text Example


Text Example

White with #09CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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