#0DEA20

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

Shades of Free Speech Green #0DEA20

Tints of Free Speech Green #0DEA20

Color information

#0DEA20 (or 0x0DEA20) is unknown color: approx Free Speech Green. HEX triplet: 0D, EA and 20. RGB value is (13,234,32). Sum of RGB (Red+Green+Blue) = 13+234+32=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 234 (91.80% from 255 or 83.87% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEA20 is #F215DF. Grayscale: #919191. Windows color (decimal): -15865312 or 2157069. OLE color: 2157069.

HSL color Cylindrical-coordinate representation of color #0DEA20: hue angle of 125.16º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA20 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB1323432-
CMYK0.9400.860.08
HSL125.16º89.47%48.43%-
HSV(B)125.16º94.44%91.76%-
XYZ29.8559.0411.19-
YUV144.8964.2833.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 234 (91.80% from 255) = 83.87%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=4.66%
G=83.87%
B=11.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13234320.9400.860.08125.1689.4748.43
HexDEA205E05687d5930
Octal153524013601261017513160
Binary110111101010100000101111001010110100011111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,234,32); }

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

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

 a { background-color: rgb(13,234,32); }

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

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

 span { border-color: rgb(13,234,32); }

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