#0DC071

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

Shades of Jade #0DC071

Tints of Jade #0DC071

Color information

#0DC071 (or 0x0DC071) is unknown color: approx Jade. HEX triplet: 0D, C0 and 71. RGB value is (13,192,113). Sum of RGB (Red+Green+Blue) = 13+192+113=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC071 is #F23F8E. Grayscale: #818181. Windows color (decimal): -15875983 or 7454733. OLE color: 7454733.

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

Color convert

RGB13192113-
CMYK0.9300.410.25
HSL153.52º87.32%40.2%-
HSV(B)153.52º93.23%75.29%-
XYZ2238.9821.99-
YUV129.47118.744.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.09%
GREEN value IS 192 (75.39% from 255) = 60.38%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=4.09%
G=60.38%
B=35.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131921130.9300.410.25153.5287.3240.2
HexDC0715D029199a5728
Octal153001611350513123212750
Binary11011100000011100011011101010100111001100110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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