#1AAA6A

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

Shades of Jade #1AAA6A

Tints of Jade #1AAA6A

Color information

#1AAA6A (or 0x1AAA6A) is unknown color: approx Jade. HEX triplet: 1A, AA and 6A. RGB value is (26,170,106). Sum of RGB (Red+Green+Blue) = 26+170+106=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA6A is #E55595. Grayscale: #777777. Windows color (decimal): -15029654 or 6990362. OLE color: 6990362.

HSL color Cylindrical-coordinate representation of color #1AAA6A: hue angle of 153.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA6A is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB26170106-
CMYK0.8500.380.33
HSL153.33º73.47%38.43%-
HSV(B)153.33º84.71%66.67%-
XYZ17.430.0118.51-
YUV119.65120.2961.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 170 (66.80% from 255) = 56.29%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=8.61%
G=56.29%
B=35.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261701060.8500.380.33153.3373.4738.43
Hex1AAA6A5502621994926
Octal322521521250464123111146
Binary1101010101010110101010101010100110100001100110011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,170,106); }

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

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

 a { background-color: rgb(26,170,106); }

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

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

 span { border-color: rgb(26,170,106); }

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