Html Css Color HEX #1AAE5E Pigment Green

📋 copy color: '#1AAE5E'

red 26 ◦ green 174 ◦ blue 94

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

Shades of Pigment Green #1AAE5E

Tints of Pigment Green #1AAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 8.84%
G = 59.18%
B = 31.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#1AAE5E (or 0x1AAE5E) is known color: Pigment Green. HEX triplet: 1A, AE and 5E. RGB value is (26,174,94). Sum of RGB (Red+Green+Blue) = 26+174+94=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE5E is #E551A1. Grayscale: #787878. Windows color (decimal): -15028642 or 6204954. OLE color: 6204954.

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

Color convert

RGB 26 174 94 -
CMYK 0.85 0 0.46 0.32
HSL 147.57º 0.74% 0.39% -
HSV(B) 147.57º 0.85% 0.68% -
XYZ 17.58 31.3 15.7 -
YUV 120.63 112.97 60.5 -
System Red Green Blue C M Y K H S L
Decimal 26 174 94 0.85 0 0.46 0.32 147.57 0.74 0.39
Hex 1A AE 5E 55 0 2E 20 94 4A 27
Octal 32 256 136 125 0 56 40 224 112 47
Binary 11010 10101110 1011110 1010101 0 101110 100000 10010100 1001010 100111

Color Harmonies of #1AAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAE5E

Black with #1AAE5E

Text Example


Text Example

White with #1AAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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