#06DE0D

Color #06DE0D Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #06DE0D

Tints of Free Speech Green #06DE0D

Color information

#06DE0D (or 0x06DE0D) is unknown color: approx Free Speech Green. HEX triplet: 06, DE and 0D. RGB value is (6,222,13). Sum of RGB (Red+Green+Blue) = 6+222+13=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 222 (87.11% from 255 or 92.12% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 222 - color contains mainly: green. Hex color #06DE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DE0D is #F921F2. Grayscale: #868686. Windows color (decimal): -16327155 or 908806. OLE color: 908806.

HSL color Cylindrical-coordinate representation of color #06DE0D: hue angle of 121.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DE0D is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB622213-
CMYK0.9700.940.13
HSL121.94º94.74%44.71%-
HSV(B)121.94º97.3%87.06%-
XYZ26.2752.319.09-
YUV133.5959.9436.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 222 (87.11% from 255) = 92.12%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=2.49%
G=92.12%
B=5.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6222130.9700.940.13121.9494.7444.71
Hex6DED6105ED7a5f2d
Octal63361514101361517213755
Binary110110111101101110000101011110110111110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06DE0D; }

 p { color: rgb(6,222,13); }

 H1.HeaderClassName
 {
   color: #06DE0D;
 }
 .AnyTagClassName
 {
   color: #06DE0D;
 }
</style>
background-color css

<style>
 a { background-color: #06DE0D; }

 a { background-color: rgb(6,222,13); }

 div.DivClassName
 {
   background-color: #06DE0D;
 }
 .BgClassName
 {
   background-color: #06DE0D;
 }
</style>
border-color css

<style>
 span { border-color: #06DE0D; }

 span { border-color: rgb(6,222,13); }

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