Html Css Color HEX #1AAF53 Pigment Green

📋 copy color: '#1AAF53'

red 26 ◦ green 175 ◦ blue 83

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

Shades of Pigment Green #1AAF53

Tints of Pigment Green #1AAF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.23%

R = 9.15%
G = 61.62%
B = 29.23%

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

#1AAF53 (or 0x1AAF53) is known color: Pigment Green. HEX triplet: 1A, AF and 53. RGB value is (26,175,83). Sum of RGB (Red+Green+Blue) = 26+175+83=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF53 is #E550AC. Grayscale: #787878. Windows color (decimal): -15028397 or 5484314. OLE color: 5484314.

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

Color convert

RGB 26 175 83 -
CMYK 0.85 0 0.53 0.31
HSL 142.95º 0.74% 0.39% -
HSV(B) 142.95º 0.85% 0.69% -
XYZ 17.32 31.5 13.35 -
YUV 119.96 107.14 60.98 -
System Red Green Blue C M Y K H S L
Decimal 26 175 83 0.85 0 0.53 0.31 142.95 0.74 0.39
Hex 1A AF 53 55 0 35 1F 8F 4A 27
Octal 32 257 123 125 0 65 37 217 112 47
Binary 11010 10101111 1010011 1010101 0 110101 11111 10001111 1001010 100111

Color Harmonies of #1AAF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAF53

Black with #1AAF53

Text Example


Text Example

White with #1AAF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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