#12AF54

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

Shades of Pigment Green #12AF54

Tints of Pigment Green #12AF54

Color information

#12AF54 (or 0x12AF54) is unknown color: approx Pigment Green. HEX triplet: 12, AF and 54. RGB value is (18,175,84). Sum of RGB (Red+Green+Blue) = 18+175+84=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF54 is #ED50AB. Grayscale: #757575. Windows color (decimal): -15552684 or 5549842. OLE color: 5549842.

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

Color convert

RGB1817584-
CMYK0.9000.520.31
HSL145.22º81.35%37.84%-
HSV(B)145.22º89.71%68.63%-
XYZ17.1831.4313.55-
YUV117.68108.9956.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 175 (68.75% from 255) = 63.18%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=6.50%
G=63.18%
B=30.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18175840.9000.520.31145.2281.3537.84
Hex12AF545A0341F915126
Octal222571241320643722112146
Binary100101010111110101001011010011010011111100100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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