#1AA36C

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

Shades of Jade #1AA36C

Tints of Jade #1AA36C

Color information

#1AA36C (or 0x1AA36C) is unknown color: approx Jade. HEX triplet: 1A, A3 and 6C. RGB value is (26,163,108). Sum of RGB (Red+Green+Blue) = 26+163+108=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA36C is #E55C93. Grayscale: #737373. Windows color (decimal): -15031444 or 7119642. OLE color: 7119642.

HSL color Cylindrical-coordinate representation of color #1AA36C: hue angle of 155.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA36C is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB26163108-
CMYK0.8400.340.36
HSL155.91º72.49%37.06%-
HSV(B)155.91º84.05%63.92%-
XYZ16.2327.518.64-
YUV115.77123.6163.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=8.75%
G=54.88%
B=36.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261631080.8400.340.36155.9172.4937.06
Hex1AA36C54022249c4825
Octal322431541240424423411045
Binary1101010100011110110010101000100010100100100111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA36C; }

 p { color: rgb(26,163,108); }

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

<style>
 a { background-color: #1AA36C; }

 a { background-color: rgb(26,163,108); }

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

<style>
 span { border-color: #1AA36C; }

 span { border-color: rgb(26,163,108); }

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