#0DE126

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

Shades of Free Speech Green #0DE126

Tints of Free Speech Green #0DE126

Color information

#0DE126 (or 0x0DE126) is unknown color: approx Free Speech Green. HEX triplet: 0D, E1 and 26. RGB value is (13,225,38). Sum of RGB (Red+Green+Blue) = 13+225+38=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 225 (88.28% from 255 or 81.52% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE126 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE126 is #F21ED9. Grayscale: #8C8C8C. Windows color (decimal): -15867610 or 2547981. OLE color: 2547981.

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

Color convert

RGB1322538-
CMYK0.9400.830.12
HSL127.08º89.08%46.67%-
HSV(B)127.08º94.22%88.24%-
XYZ27.4454.0810.83-
YUV140.2970.2637.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.71%
GREEN value IS 225 (88.28% from 255) = 81.52%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=4.71%
G=81.52%
B=13.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13225380.9400.830.12127.0889.0846.67
HexDE1265E053C7f592f
Octal153414613601231417713157
Binary110111100001100110101111001010011110011111111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,225,38); }

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

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

 a { background-color: rgb(13,225,38); }

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

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

 span { border-color: rgb(13,225,38); }

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