#06D20F

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

Shades of Free Speech Green #06D20F

Tints of Free Speech Green #06D20F

Color information

#06D20F (or 0x06D20F) is unknown color: approx Free Speech Green. HEX triplet: 06, D2 and 0F. RGB value is (6,210,15). Sum of RGB (Red+Green+Blue) = 6+210+15=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 210 (82.42% from 255 or 90.91% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 210 - color contains mainly: green. Hex color #06D20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D20F is #F92DF0. Grayscale: #7F7F7F. Windows color (decimal): -16330225 or 1036806. OLE color: 1036806.

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

Color convert

RGB621015-
CMYK0.9700.930.18
HSL122.65º94.44%42.35%-
HSV(B)122.65º97.14%82.35%-
XYZ23.2146.178.14-
YUV126.7764.9141.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 210 (82.42% from 255) = 90.91%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=2.60%
G=90.91%
B=6.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6210150.9700.930.18122.6594.4442.35
Hex6D2F6105D127b5e2a
Octal63221714101352217313652
Binary1101101001011111100001010111011001011110111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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