#129845

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

Shades of Pigment Green #129845

Tints of Pigment Green #129845

Color information

#129845 (or 0x129845) is unknown color: approx Pigment Green. HEX triplet: 12, 98 and 45. RGB value is (18,152,69). Sum of RGB (Red+Green+Blue) = 18+152+69=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #129845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129845 is #ED67BA. Grayscale: #666666. Windows color (decimal): -15558587 or 4560914. OLE color: 4560914.

HSL color Cylindrical-coordinate representation of color #129845: hue angle of 142.84º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129845 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1815269-
CMYK0.8800.550.40
HSL142.84º78.82%33.33%-
HSV(B)142.84º88.16%59.61%-
XYZ12.5523.019.41-
YUV102.47109.1167.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 152 (59.77% from 255) = 63.60%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=7.53%
G=63.60%
B=28.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18152690.8800.550.40142.8478.8233.33
Hex12984558037288f4f21
Octal222301051300675021711741
Binary1001010011000100010110110000110111101000100011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129845; }

 p { color: rgb(18,152,69); }

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

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

 a { background-color: rgb(18,152,69); }

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

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

 span { border-color: rgb(18,152,69); }

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