Html Css Color HEX #1AAA53 Pigment Green

📋 copy color: '#1AAA53'

red 26 ◦ green 170 ◦ blue 83

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

Shades of Pigment Green #1AAA53

Tints of Pigment Green #1AAA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 60.93%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 9.32%
G = 60.93%
B = 29.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#1AAA53 (or 0x1AAA53) is known color: Pigment Green. HEX triplet: 1A, AA and 53. RGB value is (26,170,83). Sum of RGB (Red+Green+Blue) = 26+170+83=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA53 is #E555AC. Grayscale: #757575. Windows color (decimal): -15029677 or 5483034. OLE color: 5483034.

HSL color Cylindrical-coordinate representation of color #1AAA53: hue angle of 143.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA53 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 83 -
CMYK 0.85 0 0.51 0.33
HSL 143.75º 0.73% 0.38% -
HSV(B) 143.75º 0.85% 0.67% -
XYZ 16.36 29.59 13.03 -
YUV 117.03 108.79 63.07 -
System Red Green Blue C M Y K H S L
Decimal 26 170 83 0.85 0 0.51 0.33 143.75 0.73 0.38
Hex 1A AA 53 55 0 33 21 90 49 26
Octal 32 252 123 125 0 63 41 220 111 46
Binary 11010 10101010 1010011 1010101 0 110011 100001 10010000 1001001 100110

Color Harmonies of #1AAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA53

Black with #1AAA53

Text Example


Text Example

White with #1AAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,170,83); }

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

background-color css

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

 a { background-color: rgb(26,170,83); }

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

border-color css

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

 span { border-color: rgb(26,170,83); }

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