#0DA971

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

Shades of Jade #0DA971

Tints of Jade #0DA971

Color information

#0DA971 (or 0x0DA971) is unknown color: approx Jade. HEX triplet: 0D, A9 and 71. RGB value is (13,169,113). Sum of RGB (Red+Green+Blue) = 13+169+113=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA971 is #F2568E. Grayscale: #747474. Windows color (decimal): -15881871 or 7448845. OLE color: 7448845.

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

Color convert

RGB13169113-
CMYK0.9200.330.34
HSL158.46º85.71%35.69%-
HSV(B)158.46º92.31%66.27%-
XYZ17.3329.6520.43-
YUV115.97126.3254.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=4.41%
G=57.29%
B=38.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131691130.9200.330.34158.4685.7135.69
HexDA9715C021229e5624
Octal152511611340414223612644
Binary110110101001111000110111000100001100010100111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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