#0DB26A

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

Shades of Jade #0DB26A

Tints of Jade #0DB26A

Color information

#0DB26A (or 0x0DB26A) is unknown color: approx Jade. HEX triplet: 0D, B2 and 6A. RGB value is (13,178,106). Sum of RGB (Red+Green+Blue) = 13+178+106=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB26A is #F24D95. Grayscale: #787878. Windows color (decimal): -15879574 or 6992397. OLE color: 6992397.

HSL color Cylindrical-coordinate representation of color #0DB26A: hue angle of 153.82º 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 #0DB26A is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB13178106-
CMYK0.9300.400.30
HSL153.82º86.39%37.45%-
HSV(B)153.82º92.7%69.8%-
XYZ18.6932.9719.01-
YUV120.46119.8451.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.38%
GREEN value IS 178 (69.92% from 255) = 59.93%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=4.38%
G=59.93%
B=35.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131781060.9300.400.30153.8286.3937.45
HexDB26A5D0281E9a5625
Octal152621521350503623212645
Binary11011011001011010101011101010100011110100110101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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