Html Css Color HEX #1AAF5E Pigment Green

📋 copy color: '#1AAF5E'

red 26 ◦ green 175 ◦ blue 94

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

Shades of Pigment Green #1AAF5E

Tints of Pigment Green #1AAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.32%

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

R = 8.81%
G = 59.32%
B = 31.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#1AAF5E (or 0x1AAF5E) is known color: Pigment Green. HEX triplet: 1A, AF and 5E. RGB value is (26,175,94). Sum of RGB (Red+Green+Blue) = 26+175+94=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF5E is #E550A1. Grayscale: #797979. Windows color (decimal): -15028386 or 6205210. OLE color: 6205210.

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

Color convert

RGB 26 175 94 -
CMYK 0.85 0 0.46 0.31
HSL 147.38º 0.74% 0.39% -
HSV(B) 147.38º 0.85% 0.69% -
XYZ 17.78 31.69 15.77 -
YUV 121.22 112.64 60.09 -
System Red Green Blue C M Y K H S L
Decimal 26 175 94 0.85 0 0.46 0.31 147.38 0.74 0.39
Hex 1A AF 5E 55 0 2E 1F 93 4A 27
Octal 32 257 136 125 0 56 37 223 112 47
Binary 11010 10101111 1011110 1010101 0 101110 11111 10010011 1001010 100111

Color Harmonies of #1AAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF5E

Black with #1AAF5E

Text Example


Text Example

White with #1AAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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