Html Css Color HEX #1AA852 Pigment Green

📋 copy color: '#1AA852'

red 26 ◦ green 168 ◦ blue 82

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

Shades of Pigment Green #1AA852

Tints of Pigment Green #1AA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 60.87%

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

R = 9.42%
G = 60.87%
B = 29.71%

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

#1AA852 (or 0x1AA852) is known color: Pigment Green. HEX triplet: 1A, A8 and 52. RGB value is (26,168,82). Sum of RGB (Red+Green+Blue) = 26+168+82=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 168 (66.02% from 255 or 60.87% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA852 is #E557AD. Grayscale: #737373. Windows color (decimal): -15030190 or 5416986. OLE color: 5416986.

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

Color convert

RGB 26 168 82 -
CMYK 0.85 0 0.51 0.34
HSL 143.66º 0.73% 0.38% -
HSV(B) 143.66º 0.85% 0.66% -
XYZ 15.95 28.83 12.71 -
YUV 115.74 108.96 63.99 -
System Red Green Blue C M Y K H S L
Decimal 26 168 82 0.85 0 0.51 0.34 143.66 0.73 0.38
Hex 1A A8 52 55 0 33 22 90 49 26
Octal 32 250 122 125 0 63 42 220 111 46
Binary 11010 10101000 1010010 1010101 0 110011 100010 10010000 1001001 100110

Color Harmonies of #1AA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA852

Black with #1AA852

Text Example


Text Example

White with #1AA852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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