#0DE529

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

Shades of Free Speech Green #0DE529

Tints of Free Speech Green #0DE529

Color information

#0DE529 (or 0x0DE529) is unknown color: approx Free Speech Green. HEX triplet: 0D, E5 and 29. RGB value is (13,229,41). Sum of RGB (Red+Green+Blue) = 13+229+41=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE529 is #F21AD6. Grayscale: #8F8F8F. Windows color (decimal): -15866583 or 2745613. OLE color: 2745613.

HSL color Cylindrical-coordinate representation of color #0DE529: hue angle of 127.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE529 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB1322941-
CMYK0.9400.820.10
HSL127.78º89.26%47.45%-
HSV(B)127.78º94.32%89.8%-
XYZ28.5956.2811.46-
YUV142.9870.4435.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.59%
GREEN value IS 229 (89.84% from 255) = 80.92%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=4.59%
G=80.92%
B=14.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13229410.9400.820.10127.7889.2647.45
HexDE5295E052A80592f
Octal153455113601221220013157
Binary1101111001011010011011110010100101010100000001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,229,41); }

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

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

 a { background-color: rgb(13,229,41); }

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

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

 span { border-color: rgb(13,229,41); }

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