#0DA46D

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

Shades of Jade #0DA46D

Tints of Jade #0DA46D

Color information

#0DA46D (or 0x0DA46D) is unknown color: approx Jade. HEX triplet: 0D, A4 and 6D. RGB value is (13,164,109). Sum of RGB (Red+Green+Blue) = 13+164+109=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA46D is #F25B92. Grayscale: #707070. Windows color (decimal): -15883155 or 7185421. OLE color: 7185421.

HSL color Cylindrical-coordinate representation of color #0DA46D: hue angle of 158.15º 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 #0DA46D is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB13164109-
CMYK0.9200.340.36
HSL158.15º85.31%34.71%-
HSV(B)158.15º92.07%64.31%-
XYZ16.227.7418.97-
YUV112.58125.9756.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.55%
GREEN value IS 164 (64.45% from 255) = 57.34%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=4.55%
G=57.34%
B=38.11%

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
Decimal131641090.9200.340.36158.1585.3134.71
HexDA46D5C022249e5523
Octal152441551340424423612543
Binary110110100100110110110111000100010100100100111101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,164,109); }

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

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

 a { background-color: rgb(13,164,109); }

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

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

 span { border-color: rgb(13,164,109); }

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