#0DA46E

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

Shades of Jade #0DA46E

Tints of Jade #0DA46E

Color information

#0DA46E (or 0x0DA46E) is unknown color: approx Jade. HEX triplet: 0D, A4 and 6E. RGB value is (13,164,110). Sum of RGB (Red+Green+Blue) = 13+164+110=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA46E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA46E is #F25B91. Grayscale: #707070. Windows color (decimal): -15883154 or 7250957. OLE color: 7250957.

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

Color convert

RGB13164110-
CMYK0.9200.330.36
HSL158.54º85.31%34.71%-
HSV(B)158.54º92.07%64.31%-
XYZ16.2627.7619.25-
YUV112.7126.4756.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 164 (64.45% from 255) = 57.14%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=4.53%
G=57.14%
B=38.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131641100.9200.330.36158.5485.3134.71
HexDA46E5C021249f5523
Octal152441561340414423712543
Binary110110100100110111010111000100001100100100111111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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