Html Css Color HEX #09DC06 Free Speech Green

📋 copy color: '#09DC06'

red 9 ◦ green 220 ◦ blue 6

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

Shades of Free Speech Green #09DC06

Tints of Free Speech Green #09DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 93.62%

 BLUE value IS 6 (2.73% from 255) = 2.55%

R = 3.83%
G = 93.62%
B = 2.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#09DC06 (or 0x09DC06) is known color: Free Speech Green. HEX triplet: 09, DC and 06. RGB value is (9,220,6). Sum of RGB (Red+Green+Blue) = 9+220+6=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 220 (86.33% from 255 or 93.62% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC06 is #F623F9. Grayscale: #858585. Windows color (decimal): -16131066 or 449545. OLE color: 449545.

HSL color Cylindrical-coordinate representation of color #09DC06: hue angle of 119.16º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09DC06 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 6 -
CMYK 0.96 0 0.97 0.14
HSL 119.16º 0.95% 0.44% -
HSV(B) 119.16º 0.97% 0.86% -
XYZ 25.74 51.26 8.71 -
YUV 132.52 56.6 39.9 -
System Red Green Blue C M Y K H S L
Decimal 9 220 6 0.96 0 0.97 0.14 119.16 0.95 0.44
Hex 9 DC 6 60 0 61 E 77 5F 2C
Octal 11 334 6 140 0 141 16 167 137 54
Binary 1001 11011100 110 1100000 0 1100001 1110 1110111 1011111 101100

Color Harmonies of #09DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC06

Black with #09DC06

Text Example


Text Example

White with #09DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,6); }

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

background-color css

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

 a { background-color: rgb(9,220,6); }

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

border-color css

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

 span { border-color: rgb(9,220,6); }

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