#06DA1B

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

Shades of Free Speech Green #06DA1B

Tints of Free Speech Green #06DA1B

Color information

#06DA1B (or 0x06DA1B) is unknown color: approx Free Speech Green. HEX triplet: 06, DA and 1B. RGB value is (6,218,27). Sum of RGB (Red+Green+Blue) = 6+218+27=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 218 (85.55% from 255 or 86.85% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DA1B is #F925E4. Grayscale: #858585. Windows color (decimal): -16328165 or 1825286. OLE color: 1825286.

HSL color Cylindrical-coordinate representation of color #06DA1B: hue angle of 125.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DA1B is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB621827-
CMYK0.9700.880.15
HSL125.94º94.64%43.92%-
HSV(B)125.94º97.25%85.49%-
XYZ25.3450.269.4-
YUV132.8468.2637.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 218 (85.55% from 255) = 86.85%
BLUE value IS 27 (10.94% from 255) = 10.76%
R=2.39%
G=86.85%
B=10.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal6218270.9700.880.15125.9494.6443.92
Hex6DA1B61058F7e5f2c
Octal63323314101301717613754
Binary1101101101011011110000101011000111111111101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,218,27); }

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

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

 a { background-color: rgb(6,218,27); }

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

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

 span { border-color: rgb(6,218,27); }

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