#0DA866

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

Shades of Jade #0DA866

Tints of Jade #0DA866

Color information

#0DA866 (or 0x0DA866) is unknown color: approx Jade. HEX triplet: 0D, A8 and 66. RGB value is (13,168,102). Sum of RGB (Red+Green+Blue) = 13+168+102=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 168 (66.02% from 255 or 59.36% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA866 is #F25799. Grayscale: #727272. Windows color (decimal): -15882138 or 6727693. OLE color: 6727693.

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

Color convert

RGB13168102-
CMYK0.9200.390.34
HSL154.45º85.64%35.49%-
HSV(B)154.45º92.26%65.88%-
XYZ16.5729.0517.3-
YUV114.13121.1555.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.59%
GREEN value IS 168 (66.02% from 255) = 59.36%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=4.59%
G=59.36%
B=36.04%

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
Decimal131681020.9200.390.34154.4585.6435.49
HexDA8665C027229a5623
Octal152501461340474223212643
Binary110110101000110011010111000100111100010100110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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