#0ED302

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

Shades of Free Speech Green #0ED302

Tints of Free Speech Green #0ED302

Color information

#0ED302 (or 0x0ED302) is unknown color: approx Free Speech Green. HEX triplet: 0E, D3 and 02. RGB value is (14,211,2). Sum of RGB (Red+Green+Blue) = 14+211+2=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 211 (82.81% from 255 or 92.95% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED302 is #F12CFD. Grayscale: #808080. Windows color (decimal): -15805694 or 185102. OLE color: 185102.

HSL color Cylindrical-coordinate representation of color #0ED302: hue angle of 116.56º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ED302 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB142112-
CMYK0.9300.990.17
HSL116.56º98.12%41.76%-
HSV(B)116.56º99.05%82.75%-
XYZ23.4946.697.83-
YUV128.2756.7346.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 211 (82.81% from 255) = 92.95%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=6.17%
G=92.95%
B=0.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421120.9300.990.17116.5698.1241.76
HexED325D0631175622a
Octal16323213501432116514252
Binary111011010011101011101011000111000111101011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ED302; }

 p { color: rgb(14,211,2); }

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

<style>
 a { background-color: #0ED302; }

 a { background-color: rgb(14,211,2); }

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

<style>
 span { border-color: #0ED302; }

 span { border-color: rgb(14,211,2); }

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