Html Css Color HEX #1AAF52 Pigment Green

📋 copy color: '#1AAF52'

red 26 ◦ green 175 ◦ blue 82

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

Shades of Pigment Green #1AAF52

Tints of Pigment Green #1AAF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.84%

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

R = 9.19%
G = 61.84%
B = 28.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#1AAF52 (or 0x1AAF52) is known color: Pigment Green. HEX triplet: 1A, AF and 52. RGB value is (26,175,82). Sum of RGB (Red+Green+Blue) = 26+175+82=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF52 is #E550AD. Grayscale: #787878. Windows color (decimal): -15028398 or 5418778. OLE color: 5418778.

HSL color Cylindrical-coordinate representation of color #1AAF52: hue angle of 142.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF52 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 175 82 -
CMYK 0.85 0 0.53 0.31
HSL 142.55º 0.74% 0.39% -
HSV(B) 142.55º 0.85% 0.69% -
XYZ 17.28 31.49 13.15 -
YUV 119.85 106.64 61.06 -
System Red Green Blue C M Y K H S L
Decimal 26 175 82 0.85 0 0.53 0.31 142.55 0.74 0.39
Hex 1A AF 52 55 0 35 1F 8F 4A 27
Octal 32 257 122 125 0 65 37 217 112 47
Binary 11010 10101111 1010010 1010101 0 110101 11111 10001111 1001010 100111

Color Harmonies of #1AAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF52

Black with #1AAF52

Text Example


Text Example

White with #1AAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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