Html Css Color HEX #09DC07 Free Speech Green

📋 copy color: '#09DC07'

red 9 ◦ green 220 ◦ blue 7

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

Shades of Free Speech Green #09DC07

Tints of Free Speech Green #09DC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 3.81%
G = 93.22%
B = 2.97%

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

#09DC07 (or 0x09DC07) is known color: Free Speech Green. HEX triplet: 09, DC and 07. RGB value is (9,220,7). Sum of RGB (Red+Green+Blue) = 9+220+7=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 220 (86.33% from 255 or 93.22% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DC07 is #F623F8. Grayscale: #858585. Windows color (decimal): -16131065 or 515081. OLE color: 515081.

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

Color convert

RGB 9 220 7 -
CMYK 0.96 0 0.97 0.14
HSL 119.44º 0.94% 0.45% -
HSV(B) 119.44º 0.97% 0.86% -
XYZ 25.74 51.26 8.74 -
YUV 132.63 57.1 39.82 -
System Red Green Blue C M Y K H S L
Decimal 9 220 7 0.96 0 0.97 0.14 119.44 0.94 0.45
Hex 9 DC 7 60 0 61 E 77 5E 2D
Octal 11 334 7 140 0 141 16 167 136 55
Binary 1001 11011100 111 1100000 0 1100001 1110 1110111 1011110 101101

Color Harmonies of #09DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC07

Black with #09DC07

Text Example


Text Example

White with #09DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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