#10A36F

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

Shades of Jade #10A36F

Tints of Jade #10A36F

Color information

#10A36F (or 0x10A36F) is unknown color: approx Jade. HEX triplet: 10, A3 and 6F. RGB value is (16,163,111). Sum of RGB (Red+Green+Blue) = 16+163+111=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #10A36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A36F is #EF5C90. Grayscale: #717171. Windows color (decimal): -15686801 or 7316240. OLE color: 7316240.

HSL color Cylindrical-coordinate representation of color #10A36F: hue angle of 158.78º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A36F is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16163111-
CMYK0.9000.320.36
HSL158.78º82.12%35.1%-
HSV(B)158.78º90.18%63.92%-
XYZ16.1827.4519.48-
YUV113.12126.858.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.52%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=5.52%
G=56.21%
B=38.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161631110.9000.320.36158.7882.1235.1
Hex10A36F5A020249f5223
Octal202431571320404423712243
Binary1000010100011110111110110100100000100100100111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,163,111); }

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

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

 a { background-color: rgb(16,163,111); }

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

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

 span { border-color: rgb(16,163,111); }

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