#0DC06D

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

Shades of Jade #0DC06D

Tints of Jade #0DC06D

Color information

#0DC06D (or 0x0DC06D) is unknown color: approx Jade. HEX triplet: 0D, C0 and 6D. RGB value is (13,192,109). Sum of RGB (Red+Green+Blue) = 13+192+109=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC06D is #F23F92. Grayscale: #818181. Windows color (decimal): -15875987 or 7192589. OLE color: 7192589.

HSL color Cylindrical-coordinate representation of color #0DC06D: hue angle of 152.18º 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 #0DC06D is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB13192109-
CMYK0.9300.430.25
HSL152.18º87.32%40.2%-
HSV(B)152.18º93.23%75.29%-
XYZ21.7838.8920.83-
YUV129.02116.745.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.14%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=4.14%
G=61.15%
B=34.71%

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
Decimal131921090.9300.430.25152.1887.3240.2
HexDC06D5D02B19985728
Octal153001551350533123012750
Binary11011100000011011011011101010101111001100110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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