#0DA867

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

Shades of Jade #0DA867

Tints of Jade #0DA867

Color information

#0DA867 (or 0x0DA867) is unknown color: approx Jade. HEX triplet: 0D, A8 and 67. RGB value is (13,168,103). Sum of RGB (Red+Green+Blue) = 13+168+103=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 168 (66.02% from 255 or 59.15% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA867 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA867 is #F25798. Grayscale: #727272. Windows color (decimal): -15882137 or 6793229. OLE color: 6793229.

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

Color convert

RGB13168103-
CMYK0.9200.390.34
HSL154.84º85.64%35.49%-
HSV(B)154.84º92.26%65.88%-
XYZ16.6229.0717.57-
YUV114.24121.6555.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.58%
GREEN value IS 168 (66.02% from 255) = 59.15%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=4.58%
G=59.15%
B=36.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131681030.9200.390.34154.8485.6435.49
HexDA8675C027229b5623
Octal152501471340474223312643
Binary110110101000110011110111000100111100010100110111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,168,103); }

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

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

 a { background-color: rgb(13,168,103); }

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

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

 span { border-color: rgb(13,168,103); }

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