Html Css Color HEX #1AA256 Pigment Green

📋 copy color: '#1AA256'

red 26 ◦ green 162 ◦ blue 86

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

Shades of Pigment Green #1AA256

Tints of Pigment Green #1AA256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.39%

R = 9.49%
G = 59.12%
B = 31.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#1AA256 (or 0x1AA256) is known color: Pigment Green. HEX triplet: 1A, A2 and 56. RGB value is (26,162,86). Sum of RGB (Red+Green+Blue) = 26+162+86=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA256 is #E55DA9. Grayscale: #707070. Windows color (decimal): -15031722 or 5677594. OLE color: 5677594.

HSL color Cylindrical-coordinate representation of color #1AA256: hue angle of 146.47º 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 #1AA256 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 162 86 -
CMYK 0.84 0 0.47 0.36
HSL 146.47º 0.72% 0.37% -
HSV(B) 146.47º 0.84% 0.64% -
XYZ 15.03 26.73 13.17 -
YUV 112.67 112.94 66.18 -
System Red Green Blue C M Y K H S L
Decimal 26 162 86 0.84 0 0.47 0.36 146.47 0.72 0.37
Hex 1A A2 56 54 0 2F 24 92 48 25
Octal 32 242 126 124 0 57 44 222 110 45
Binary 11010 10100010 1010110 1010100 0 101111 100100 10010010 1001000 100101

Color Harmonies of #1AA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA256

Black with #1AA256

Text Example


Text Example

White with #1AA256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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