#1AA36B

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

Shades of Jade #1AA36B

Tints of Jade #1AA36B

Color information

#1AA36B (or 0x1AA36B) is unknown color: approx Jade. HEX triplet: 1A, A3 and 6B. RGB value is (26,163,107). Sum of RGB (Red+Green+Blue) = 26+163+107=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA36B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA36B is #E55C94. Grayscale: #737373. Windows color (decimal): -15031445 or 7054106. OLE color: 7054106.

HSL color Cylindrical-coordinate representation of color #1AA36B: hue angle of 155.47º 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 #1AA36B is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB26163107-
CMYK0.8400.340.36
HSL155.47º72.49%37.06%-
HSV(B)155.47º84.05%63.92%-
XYZ16.1827.4818.36-
YUV115.65123.1164.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 163 (64.06% from 255) = 55.07%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=8.78%
G=55.07%
B=36.15%

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
Decimal261631070.8400.340.36155.4772.4937.06
Hex1AA36B54022249b4825
Octal322431531240424423311045
Binary1101010100011110101110101000100010100100100110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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