Html Css Color HEX #1AAC6B Jade

📋 copy color: '#1AAC6B'

red 26 ◦ green 172 ◦ blue 107

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

Shades of Jade #1AAC6B

Tints of Jade #1AAC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 8.52%
G = 56.39%
B = 35.08%

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

#1AAC6B (or 0x1AAC6B) is known color: Jade. HEX triplet: 1A, AC and 6B. RGB value is (26,172,107). Sum of RGB (Red+Green+Blue) = 26+172+107=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC6B is #E55394. Grayscale: #797979. Windows color (decimal): -15029141 or 7056410. OLE color: 7056410.

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

Color convert

RGB 26 172 107 -
CMYK 0.85 0 0.38 0.33
HSL 153.29º 0.74% 0.39% -
HSV(B) 153.29º 0.85% 0.67% -
XYZ 17.83 30.79 18.91 -
YUV 120.94 120.13 60.29 -
System Red Green Blue C M Y K H S L
Decimal 26 172 107 0.85 0 0.38 0.33 153.29 0.74 0.39
Hex 1A AC 6B 55 0 26 21 99 4A 27
Octal 32 254 153 125 0 46 41 231 112 47
Binary 11010 10101100 1101011 1010101 0 100110 100001 10011001 1001010 100111

Color Harmonies of #1AAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAC6B

Black with #1AAC6B

Text Example


Text Example

White with #1AAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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