#0DB26B

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

Shades of Jade #0DB26B

Tints of Jade #0DB26B

Color information

#0DB26B (or 0x0DB26B) is unknown color: approx Jade. HEX triplet: 0D, B2 and 6B. RGB value is (13,178,107). Sum of RGB (Red+Green+Blue) = 13+178+107=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB26B is #F24D94. Grayscale: #787878. Windows color (decimal): -15879573 or 7057933. OLE color: 7057933.

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

Color convert

RGB13178107-
CMYK0.9300.400.30
HSL154.18º86.39%37.45%-
HSV(B)154.18º92.7%69.8%-
XYZ18.7432.9919.29-
YUV120.57120.3451.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.36%
GREEN value IS 178 (69.92% from 255) = 59.73%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=4.36%
G=59.73%
B=35.91%

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
Decimal131781070.9300.400.30154.1886.3937.45
HexDB26B5D0281E9a5625
Octal152621531350503623212645
Binary11011011001011010111011101010100011110100110101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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