#12AF53

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

Shades of Pigment Green #12AF53

Tints of Pigment Green #12AF53

Color information

#12AF53 (or 0x12AF53) is unknown color: approx Pigment Green. HEX triplet: 12, AF and 53. RGB value is (18,175,83). Sum of RGB (Red+Green+Blue) = 18+175+83=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF53 is #ED50AC. Grayscale: #757575. Windows color (decimal): -15552685 or 5484306. OLE color: 5484306.

HSL color Cylindrical-coordinate representation of color #12AF53: hue angle of 144.84º degrees, saturation: 0.81, 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 #12AF53 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1817583-
CMYK0.9000.530.31
HSL144.84º81.35%37.84%-
HSV(B)144.84º89.71%68.63%-
XYZ17.1431.4113.34-
YUV117.57108.4956.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 175 (68.75% from 255) = 63.41%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=6.52%
G=63.41%
B=30.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18175830.9000.530.31144.8481.3537.84
Hex12AF535A0351F915126
Octal222571231320653722112146
Binary100101010111110100111011010011010111111100100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AF53; }

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

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

<style>
 a { background-color: #12AF53; }

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

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

<style>
 span { border-color: #12AF53; }

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

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