#10AD64

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

Shades of Jade #10AD64

Tints of Jade #10AD64

Color information

#10AD64 (or 0x10AD64) is unknown color: approx Jade. HEX triplet: 10, AD and 64. RGB value is (16,173,100). Sum of RGB (Red+Green+Blue) = 16+173+100=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AD64 is #EF529B. Grayscale: #757575. Windows color (decimal): -15684252 or 6597904. OLE color: 6597904.

HSL color Cylindrical-coordinate representation of color #10AD64: hue angle of 152.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD64 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB16173100-
CMYK0.9100.420.32
HSL152.1º83.07%37.06%-
HSV(B)152.1º90.75%67.84%-
XYZ17.4630.9217.1-
YUV117.74117.9955.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 173 (67.97% from 255) = 59.86%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=5.54%
G=59.86%
B=34.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161731000.9100.420.32152.183.0737.06
Hex10AD645B02A20985325
Octal202551441330524023012345
Binary1000010101101110010010110110101010100000100110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AD64; }

 p { color: rgb(16,173,100); }

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

<style>
 a { background-color: #10AD64; }

 a { background-color: rgb(16,173,100); }

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

<style>
 span { border-color: #10AD64; }

 span { border-color: rgb(16,173,100); }

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