#12AF55

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

Shades of Pigment Green #12AF55

Tints of Pigment Green #12AF55

Color information

#12AF55 (or 0x12AF55) is unknown color: approx Pigment Green. HEX triplet: 12, AF and 55. RGB value is (18,175,85). Sum of RGB (Red+Green+Blue) = 18+175+85=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF55 is #ED50AA. Grayscale: #767676. Windows color (decimal): -15552683 or 5615378. OLE color: 5615378.

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

Color convert

RGB1817585-
CMYK0.9000.510.31
HSL145.61º81.35%37.84%-
HSV(B)145.61º89.71%68.63%-
XYZ17.2231.4413.76-
YUV117.8109.4956.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 175 (68.75% from 255) = 62.95%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=6.47%
G=62.95%
B=30.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18175850.9000.510.31145.6181.3537.84
Hex12AF555A0331F925126
Octal222571251320633722212146
Binary100101010111110101011011010011001111111100100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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