#06D00D

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

Shades of Free Speech Green #06D00D

Tints of Free Speech Green #06D00D

Color information

#06D00D (or 0x06D00D) is unknown color: approx Free Speech Green. HEX triplet: 06, D0 and 0D. RGB value is (6,208,13). Sum of RGB (Red+Green+Blue) = 6+208+13=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 208 (81.64% from 255 or 91.63% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 208 - color contains mainly: green. Hex color #06D00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D00D is #F92FF2. Grayscale: #7D7D7D. Windows color (decimal): -16330739 or 905222. OLE color: 905222.

HSL color Cylindrical-coordinate representation of color #06D00D: hue angle of 122.08º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D00D is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB620813-
CMYK0.9700.940.18
HSL122.08º94.39%41.96%-
HSV(B)122.08º97.12%81.57%-
XYZ22.745.187.9-
YUV125.3764.5842.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 208 (81.64% from 255) = 91.63%
BLUE value IS 13 (5.47% from 255) = 5.73%
R=2.64%
G=91.63%
B=5.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6208130.9700.940.18122.0894.3941.96
Hex6D0D6105E127a5e2a
Octal63201514101362217213652
Binary1101101000011011100001010111101001011110101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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