#0DC06E

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

Shades of Jade #0DC06E

Tints of Jade #0DC06E

Color information

#0DC06E (or 0x0DC06E) is unknown color: approx Jade. HEX triplet: 0D, C0 and 6E. RGB value is (13,192,110). Sum of RGB (Red+Green+Blue) = 13+192+110=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC06E is #F23F91. Grayscale: #818181. Windows color (decimal): -15875986 or 7258125. OLE color: 7258125.

HSL color Cylindrical-coordinate representation of color #0DC06E: hue angle of 152.51º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC06E is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB13192110-
CMYK0.9300.430.25
HSL152.51º87.32%40.2%-
HSV(B)152.51º93.23%75.29%-
XYZ21.8338.9121.11-
YUV129.13117.245.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.13%
GREEN value IS 192 (75.39% from 255) = 60.95%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=4.13%
G=60.95%
B=34.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131921100.9300.430.25152.5187.3240.2
HexDC06E5D02B19995728
Octal153001561350533123112750
Binary11011100000011011101011101010101111001100110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,110); }

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

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

 a { background-color: rgb(13,192,110); }

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

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

 span { border-color: rgb(13,192,110); }

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