#06E902

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

Shades of Free Speech Green #06E902

Tints of Free Speech Green #06E902

Color information

#06E902 (or 0x06E902) is unknown color: approx Free Speech Green. HEX triplet: 06, E9 and 02. RGB value is (6,233,2). Sum of RGB (Red+Green+Blue) = 6+233+2=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 233 (91.41% from 255 or 96.68% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 233 - color contains mainly: green. Hex color #06E902 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E902 is #F916FD. Grayscale: #8B8B8B. Windows color (decimal): -16324350 or 190726. OLE color: 190726.

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

Color convert

RGB62332-
CMYK0.9700.990.09
HSL118.96º98.3%46.08%-
HSV(B)118.96º99.14%91.37%-
XYZ29.2258.329.77-
YUV138.7950.7933.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 233 (91.41% from 255) = 96.68%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=2.49%
G=96.68%
B=0.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal623320.9700.990.09118.9698.346.08
Hex6E9261063977622e
Octal6351214101431116714256
Binary1101110100110110000101100011100111101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,233,2); }

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

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

 a { background-color: rgb(6,233,2); }

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

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

 span { border-color: rgb(6,233,2); }

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