#0DB24E

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

Shades of Pigment Green #0DB24E

Tints of Pigment Green #0DB24E

Color information

#0DB24E (or 0x0DB24E) is unknown color: approx Pigment Green. HEX triplet: 0D, B2 and 4E. RGB value is (13,178,78). Sum of RGB (Red+Green+Blue) = 13+178+78=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 178 (69.92% from 255 or 66.17% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB24E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB24E is #F24DB1. Grayscale: #757575. Windows color (decimal): -15879602 or 5157389. OLE color: 5157389.

HSL color Cylindrical-coordinate representation of color #0DB24E: hue angle of 143.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB24E is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1317878-
CMYK0.9300.560.30
HSL143.64º86.39%37.45%-
HSV(B)143.64º92.7%69.8%-
XYZ17.4632.4812.56-
YUV117.26105.8453.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.83%
GREEN value IS 178 (69.92% from 255) = 66.17%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=4.83%
G=66.17%
B=29.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13178780.9300.560.30143.6486.3937.45
HexDB24E5D0381E905625
Octal152621161350703622012645
Binary11011011001010011101011101011100011110100100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,178,78); }

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

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

 a { background-color: rgb(13,178,78); }

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

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

 span { border-color: rgb(13,178,78); }

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