#0D9E6A

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

Shades of Jade #0D9E6A

Tints of Jade #0D9E6A

Color information

#0D9E6A (or 0x0D9E6A) is unknown color: approx Jade. HEX triplet: 0D, 9E and 6A. RGB value is (13,158,106). Sum of RGB (Red+Green+Blue) = 13+158+106=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E6A is #F26195. Grayscale: #6C6C6C. Windows color (decimal): -15884694 or 6987277. OLE color: 6987277.

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

Color convert

RGB13158106-
CMYK0.9200.330.38
HSL158.48º84.8%33.53%-
HSV(B)158.48º91.77%61.96%-
XYZ14.9925.5817.78-
YUV108.72126.4659.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=4.69%
G=57.04%
B=38.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131581060.9200.330.38158.4884.833.53
HexD9E6A5C021269e5522
Octal152361521340414623612542
Binary110110011110110101010111000100001100110100111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,158,106); }

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

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

 a { background-color: rgb(13,158,106); }

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

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

 span { border-color: rgb(13,158,106); }

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