Html Css Color HEX #11AF52 Pigment Green

📋 copy color: '#11AF52'

red 17 ◦ green 175 ◦ blue 82

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

Shades of Pigment Green #11AF52

Tints of Pigment Green #11AF52

RGB

 RED value IS 17 (7.03% from 255) = 6.2%

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

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

R = 6.2%
G = 63.87%
B = 29.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#11AF52 (or 0x11AF52) is known color: Pigment Green. HEX triplet: 11, AF and 52. RGB value is (17,175,82). Sum of RGB (Red+Green+Blue) = 17+175+82=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF52 is #EE50AD. Grayscale: #757575. Windows color (decimal): -15618222 or 5418769. OLE color: 5418769.

HSL color Cylindrical-coordinate representation of color #11AF52: hue angle of 144.68º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF52 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 175 82 -
CMYK 0.90 0 0.53 0.31
HSL 144.68º 0.82% 0.38% -
HSV(B) 144.68º 0.9% 0.69% -
XYZ 17.08 31.39 13.14 -
YUV 117.16 108.15 56.56 -
System Red Green Blue C M Y K H S L
Decimal 17 175 82 0.90 0 0.53 0.31 144.68 0.82 0.38
Hex 11 AF 52 5A 0 35 1F 91 52 26
Octal 21 257 122 132 0 65 37 221 122 46
Binary 10001 10101111 1010010 1011010 0 110101 11111 10010001 1010010 100110

Color Harmonies of #11AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF52

Black with #11AF52

Text Example


Text Example

White with #11AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AF52; }

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

 H1.HeaderClassName
 {
   color: #11AF52;
 }
 .AnyTagClassName
 {
   color: #11AF52;
 }
</style>

background-color css

<style>
 a { background-color: #11AF52; }

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

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

border-color css

<style>
 span { border-color: #11AF52; }

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

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