#0DAE71

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

Shades of Jade #0DAE71

Tints of Jade #0DAE71

Color information

#0DAE71 (or 0x0DAE71) is unknown color: approx Jade. HEX triplet: 0D, AE and 71. RGB value is (13,174,113). Sum of RGB (Red+Green+Blue) = 13+174+113=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE71 is #F2518E. Grayscale: #767676. Windows color (decimal): -15880591 or 7450125. OLE color: 7450125.

HSL color Cylindrical-coordinate representation of color #0DAE71: hue angle of 157.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE71 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB13174113-
CMYK0.9300.350.32
HSL157.27º86.1%36.67%-
HSV(B)157.27º92.53%68.24%-
XYZ18.2831.5520.75-
YUV118.91124.6652.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.33%
GREEN value IS 174 (68.36% from 255) = 58%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=4.33%
G=58%
B=37.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131741130.9300.350.32157.2786.136.67
HexDAE715D023209d5625
Octal152561611350434023512645
Binary110110101110111000110111010100011100000100111011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,174,113); }

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

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

 a { background-color: rgb(13,174,113); }

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

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

 span { border-color: rgb(13,174,113); }

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