#06DF0F

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

Shades of Free Speech Green #06DF0F

Tints of Free Speech Green #06DF0F

Color information

#06DF0F (or 0x06DF0F) is unknown color: approx Free Speech Green. HEX triplet: 06, DF and 0F. RGB value is (6,223,15). Sum of RGB (Red+Green+Blue) = 6+223+15=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 223 (87.5% from 255 or 91.39% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF0F is #F920F0. Grayscale: #878787. Windows color (decimal): -16326897 or 1040134. OLE color: 1040134.

HSL color Cylindrical-coordinate representation of color #06DF0F: hue angle of 122.49º 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 #06DF0F is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB622315-
CMYK0.9700.930.13
HSL122.49º94.76%44.9%-
HSV(B)122.49º97.31%87.45%-
XYZ26.5552.859.25-
YUV134.460.6136.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 223 (87.5% from 255) = 91.39%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=2.46%
G=91.39%
B=6.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6223150.9700.930.13122.4994.7644.9
Hex6DFF6105DD7a5f2d
Octal63371714101351517213755
Binary110110111111111110000101011101110111110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,223,15); }

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

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

 a { background-color: rgb(6,223,15); }

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

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

 span { border-color: rgb(6,223,15); }

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