Html Css Color HEX #1AAC66 Jade

📋 copy color: '#1AAC66'

red 26 ◦ green 172 ◦ blue 102

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

Shades of Jade #1AAC66

Tints of Jade #1AAC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.33%

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

R = 8.67%
G = 57.33%
B = 34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#1AAC66 (or 0x1AAC66) is known color: Jade. HEX triplet: 1A, AC and 66. RGB value is (26,172,102). Sum of RGB (Red+Green+Blue) = 26+172+102=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC66 is #E55399. Grayscale: #787878. Windows color (decimal): -15029146 or 6728730. OLE color: 6728730.

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

Color convert

RGB 26 172 102 -
CMYK 0.85 0 0.41 0.33
HSL 151.23º 0.74% 0.39% -
HSV(B) 151.23º 0.85% 0.67% -
XYZ 17.58 30.68 17.57 -
YUV 120.37 117.63 60.69 -
System Red Green Blue C M Y K H S L
Decimal 26 172 102 0.85 0 0.41 0.33 151.23 0.74 0.39
Hex 1A AC 66 55 0 29 21 97 4A 27
Octal 32 254 146 125 0 51 41 227 112 47
Binary 11010 10101100 1100110 1010101 0 101001 100001 10010111 1001010 100111

Color Harmonies of #1AAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAC66

Black with #1AAC66

Text Example


Text Example

White with #1AAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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