Html Css Color HEX #1AA952 Pigment Green

📋 copy color: '#1AA952'

red 26 ◦ green 169 ◦ blue 82

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

Shades of Pigment Green #1AA952

Tints of Pigment Green #1AA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 61.01%

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

R = 9.39%
G = 61.01%
B = 29.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#1AA952 (or 0x1AA952) is known color: Pigment Green. HEX triplet: 1A, A9 and 52. RGB value is (26,169,82). Sum of RGB (Red+Green+Blue) = 26+169+82=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA952 is #E556AD. Grayscale: #747474. Windows color (decimal): -15029934 or 5417242. OLE color: 5417242.

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

Color convert

RGB 26 169 82 -
CMYK 0.85 0 0.51 0.34
HSL 143.5º 0.73% 0.38% -
HSV(B) 143.5º 0.85% 0.66% -
XYZ 16.14 29.2 12.77 -
YUV 116.33 108.62 63.57 -
System Red Green Blue C M Y K H S L
Decimal 26 169 82 0.85 0 0.51 0.34 143.5 0.73 0.38
Hex 1A A9 52 55 0 33 22 8F 49 26
Octal 32 251 122 125 0 63 42 217 111 46
Binary 11010 10101001 1010010 1010101 0 110011 100010 10001111 1001001 100110

Color Harmonies of #1AA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA952

Black with #1AA952

Text Example


Text Example

White with #1AA952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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