#0DA56A

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

Shades of Jade #0DA56A

Tints of Jade #0DA56A

Color information

#0DA56A (or 0x0DA56A) is unknown color: approx Jade. HEX triplet: 0D, A5 and 6A. RGB value is (13,165,106). Sum of RGB (Red+Green+Blue) = 13+165+106=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA56A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA56A is #F25A95. Grayscale: #707070. Windows color (decimal): -15882902 or 6989069. OLE color: 6989069.

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

Color convert

RGB13165106-
CMYK0.9200.360.35
HSL156.71º85.39%34.9%-
HSV(B)156.71º92.12%64.71%-
XYZ16.2228.0418.19-
YUV112.83124.1456.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.58%
GREEN value IS 165 (64.84% from 255) = 58.10%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=4.58%
G=58.10%
B=37.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131651060.9200.360.35156.7185.3934.9
HexDA56A5C024239d5523
Octal152451521340444323512543
Binary110110100101110101010111000100100100011100111011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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