Html Css Color HEX #1AAC52 Pigment Green

📋 copy color: '#1AAC52'

red 26 ◦ green 172 ◦ blue 82

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

Shades of Pigment Green #1AAC52

Tints of Pigment Green #1AAC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.29%

R = 9.29%
G = 61.43%
B = 29.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#1AAC52 (or 0x1AAC52) is known color: Pigment Green. HEX triplet: 1A, AC and 52. RGB value is (26,172,82). Sum of RGB (Red+Green+Blue) = 26+172+82=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC52 is #E553AD. Grayscale: #767676. Windows color (decimal): -15029166 or 5418010. OLE color: 5418010.

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

Color convert

RGB 26 172 82 -
CMYK 0.85 0 0.52 0.33
HSL 143.01º 0.74% 0.39% -
HSV(B) 143.01º 0.85% 0.67% -
XYZ 16.7 30.33 12.96 -
YUV 118.09 107.63 62.32 -
System Red Green Blue C M Y K H S L
Decimal 26 172 82 0.85 0 0.52 0.33 143.01 0.74 0.39
Hex 1A AC 52 55 0 34 21 8F 4A 27
Octal 32 254 122 125 0 64 41 217 112 47
Binary 11010 10101100 1010010 1010101 0 110100 100001 10001111 1001010 100111

Color Harmonies of #1AAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAC52

Black with #1AAC52

Text Example


Text Example

White with #1AAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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