Html Css Color HEX #1AAA6A Jade

📋 copy color: '#1AAA6A'

red 26 ◦ green 170 ◦ blue 106

#1AAA6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #1AAA6A

Tints of Jade #1AAA6A

RGB

 RED value IS 26 (10.55% from 255) = 8.61%

 GREEN value IS 170 (66.8% from 255) = 56.29%

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 8.61%
G = 56.29%
B = 35.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#1AAA6A (or 0x1AAA6A) is known color: 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

RGB 26 170 106 -
CMYK 0.85 0 0.38 0.33
HSL 153.33º 0.73% 0.38% -
HSV(B) 153.33º 0.85% 0.67% -
XYZ 17.4 30.01 18.51 -
YUV 119.65 120.29 61.2 -
System Red Green Blue C M Y K H S L
Decimal 26 170 106 0.85 0 0.38 0.33 153.33 0.73 0.38
Hex 1A AA 6A 55 0 26 21 99 49 26
Octal 32 252 152 125 0 46 41 231 111 46
Binary 11010 10101010 1101010 1010101 0 100110 100001 10011001 1001001 100110

Color Harmonies of #1AAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA6A

Black with #1AAA6A

Text Example


Text Example

White with #1AAA6A

Text Example


Text Example

HTML Codes & Css Web 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>