#13AF52

Color #13AF52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #13AF52

Tints of Pigment Green #13AF52

Color information

#13AF52 (or 0x13AF52) is unknown color: approx Pigment Green. HEX triplet: 13, AF and 52. RGB value is (19,175,82). Sum of RGB (Red+Green+Blue) = 19+175+82=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF52 is #EC50AD. Grayscale: #757575. Windows color (decimal): -15487150 or 5418771. OLE color: 5418771.

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

Color convert

RGB1917582-
CMYK0.8900.530.31
HSL144.23º80.41%38.04%-
HSV(B)144.23º89.14%68.63%-
XYZ17.1231.4113.14-
YUV117.75107.8257.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.88%
GREEN value IS 175 (68.75% from 255) = 63.41%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=6.88%
G=63.41%
B=29.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19175820.8900.530.31144.2380.4138.04
Hex13AF52590351F905026
Octal232571221310653722012046
Binary100111010111110100101011001011010111111100100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13AF52;
 }
 .AnyTagClassName
 {
   color: #13AF52;
 }
</style>
background-color css

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

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

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

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

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

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