Html Css Color HEX #1AAA66 Jade

📋 copy color: '#1AAA66'

red 26 ◦ green 170 ◦ blue 102

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

Shades of Jade #1AAA66

Tints of Jade #1AAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 8.72%
G = 57.05%
B = 34.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#1AAA66 (or 0x1AAA66) is known color: Jade. HEX triplet: 1A, AA and 66. RGB value is (26,170,102). Sum of RGB (Red+Green+Blue) = 26+170+102=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA66 is #E55599. Grayscale: #777777. Windows color (decimal): -15029658 or 6728218. OLE color: 6728218.

HSL color Cylindrical-coordinate representation of color #1AAA66: hue angle of 151.67º 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 #1AAA66 is Cyan = 0.85, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 102 -
CMYK 0.85 0 0.4 0.33
HSL 151.67º 0.73% 0.38% -
HSV(B) 151.67º 0.85% 0.67% -
XYZ 17.2 29.93 17.44 -
YUV 119.19 118.29 61.53 -
System Red Green Blue C M Y K H S L
Decimal 26 170 102 0.85 0 0.4 0.33 151.67 0.73 0.38
Hex 1A AA 66 55 0 28 21 98 49 26
Octal 32 252 146 125 0 50 41 230 111 46
Binary 11010 10101010 1100110 1010101 0 101000 100001 10011000 1001001 100110

Color Harmonies of #1AAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA66

Black with #1AAA66

Text Example


Text Example

White with #1AAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AAA66;
 }
 .AnyTagClassName
 {
   color: #1AAA66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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