#06E614

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

Shades of Free Speech Green #06E614

Tints of Free Speech Green #06E614

Color information

#06E614 (or 0x06E614) is unknown color: approx Free Speech Green. HEX triplet: 06, E6 and 14. RGB value is (6,230,20). Sum of RGB (Red+Green+Blue) = 6+230+20=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 230 (90.23% from 255 or 89.84% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 230 - color contains mainly: green. Hex color #06E614 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E614 is #F919EB. Grayscale: #8B8B8B. Windows color (decimal): -16325100 or 1369606. OLE color: 1369606.

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

Color convert

RGB623020-
CMYK0.9700.910.10
HSL123.75º94.92%46.27%-
HSV(B)123.75º97.39%90.2%-
XYZ28.556.6810.1-
YUV139.0860.7933.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 230 (90.23% from 255) = 89.84%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=2.34%
G=89.84%
B=7.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal6230200.9700.910.10123.7594.9246.27
Hex6E6146105BA7c5f2e
Octal63462414101331217413756
Binary1101110011010100110000101011011101011111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,230,20); }

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

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

 a { background-color: rgb(6,230,20); }

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

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

 span { border-color: rgb(6,230,20); }

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