Html Css Color HEX #1AAE6A Jade

📋 copy color: '#1AAE6A'

red 26 ◦ green 174 ◦ blue 106

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

Shades of Jade #1AAE6A

Tints of Jade #1AAE6A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.86%

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

R = 8.5%
G = 56.86%
B = 34.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#1AAE6A (or 0x1AAE6A) is known color: Jade. HEX triplet: 1A, AE and 6A. RGB value is (26,174,106). Sum of RGB (Red+Green+Blue) = 26+174+106=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE6A is #E55195. Grayscale: #7A7A7A. Windows color (decimal): -15028630 or 6991386. OLE color: 6991386.

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

Color convert

RGB 26 174 106 -
CMYK 0.85 0 0.39 0.32
HSL 152.43º 0.74% 0.39% -
HSV(B) 152.43º 0.85% 0.68% -
XYZ 18.16 31.53 18.76 -
YUV 122 118.97 59.53 -
System Red Green Blue C M Y K H S L
Decimal 26 174 106 0.85 0 0.39 0.32 152.43 0.74 0.39
Hex 1A AE 6A 55 0 27 20 98 4A 27
Octal 32 256 152 125 0 47 40 230 112 47
Binary 11010 10101110 1101010 1010101 0 100111 100000 10011000 1001010 100111

Color Harmonies of #1AAE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAE6A

Black with #1AAE6A

Text Example


Text Example

White with #1AAE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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