#0DA36C

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

Shades of Jade #0DA36C

Tints of Jade #0DA36C

Color information

#0DA36C (or 0x0DA36C) is unknown color: approx Jade. HEX triplet: 0D, A3 and 6C. RGB value is (13,163,108). Sum of RGB (Red+Green+Blue) = 13+163+108=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA36C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA36C is #F25C93. Grayscale: #6F6F6F. Windows color (decimal): -15883412 or 7119629. OLE color: 7119629.

HSL color Cylindrical-coordinate representation of color #0DA36C: hue angle of 158º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA36C is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB13163108-
CMYK0.9200.340.36
HSL158º85.23%34.51%-
HSV(B)158º92.02%63.92%-
XYZ15.9727.3618.63-
YUV111.88125.857.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.58%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=4.58%
G=57.39%
B=38.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131631080.9200.340.3615885.2334.51
HexDA36C5C022249e5523
Octal152431541340424423612543
Binary110110100011110110010111000100010100100100111101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,163,108); }

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

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

 a { background-color: rgb(13,163,108); }

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

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

 span { border-color: rgb(13,163,108); }

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