#06E313

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

Shades of Free Speech Green #06E313

Tints of Free Speech Green #06E313

Color information

#06E313 (or 0x06E313) is unknown color: approx Free Speech Green. HEX triplet: 06, E3 and 13. RGB value is (6,227,19). Sum of RGB (Red+Green+Blue) = 6+227+19=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 227 (89.06% from 255 or 90.08% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 227 - color contains mainly: green. Hex color #06E313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E313 is #F91CEC. Grayscale: #898989. Windows color (decimal): -16325869 or 1303302. OLE color: 1303302.

HSL color Cylindrical-coordinate representation of color #06E313: hue angle of 123.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E313 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB622719-
CMYK0.9700.920.11
HSL123.53º94.85%45.69%-
HSV(B)123.53º97.36%89.02%-
XYZ27.6655.029.78-
YUV137.2161.2834.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 227 (89.06% from 255) = 90.08%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=2.38%
G=90.08%
B=7.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6227190.9700.920.11123.5394.8545.69
Hex6E3136105CB7c5f2e
Octal63432314101341317413756
Binary1101110001110011110000101011100101111111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,227,19); }

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

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

 a { background-color: rgb(6,227,19); }

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

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

 span { border-color: rgb(6,227,19); }

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