Html Css Color HEX #1AA252 Pigment Green

📋 copy color: '#1AA252'

red 26 ◦ green 162 ◦ blue 82

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

Shades of Pigment Green #1AA252

Tints of Pigment Green #1AA252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60%

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

R = 9.63%
G = 60%
B = 30.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#1AA252 (or 0x1AA252) is known color: Pigment Green. HEX triplet: 1A, A2 and 52. RGB value is (26,162,82). Sum of RGB (Red+Green+Blue) = 26+162+82=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA252 is #E55DAD. Grayscale: #707070. Windows color (decimal): -15031726 or 5415450. OLE color: 5415450.

HSL color Cylindrical-coordinate representation of color #1AA252: hue angle of 144.71º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA252 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 162 82 -
CMYK 0.84 0 0.49 0.36
HSL 144.71º 0.72% 0.37% -
HSV(B) 144.71º 0.84% 0.64% -
XYZ 14.87 26.67 12.35 -
YUV 112.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 26 162 82 0.84 0 0.49 0.36 144.71 0.72 0.37
Hex 1A A2 52 54 0 31 24 91 48 25
Octal 32 242 122 124 0 61 44 221 110 45
Binary 11010 10100010 1010010 1010100 0 110001 100100 10010001 1001000 100101

Color Harmonies of #1AA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA252

Black with #1AA252

Text Example


Text Example

White with #1AA252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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