#15994F

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

Shades of Pigment Green #15994F

Tints of Pigment Green #15994F

Color information

#15994F (or 0x15994F) is unknown color: approx Pigment Green. HEX triplet: 15, 99 and 4F. RGB value is (21,153,79). Sum of RGB (Red+Green+Blue) = 21+153+79=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #15994F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15994F is #EA66B0. Grayscale: #696969. Windows color (decimal): -15361713 or 5216533. OLE color: 5216533.

HSL color Cylindrical-coordinate representation of color #15994F: hue angle of 146.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15994F is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB2115379-
CMYK0.8600.480.4
HSL146.36º75.86%34.12%-
HSV(B)146.36º86.27%60%-
XYZ13.1123.5111.24-
YUV105.1113.2768.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 153 (60.16% from 255) = 60.47%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=8.30%
G=60.47%
B=31.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21153790.8600.480.4146.3675.8634.12
Hex15994F5603028924c22
Octal252311171260605022211442
Binary1010110011001100111110101100110000101000100100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15994F; }

 p { color: rgb(21,153,79); }

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

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

 a { background-color: rgb(21,153,79); }

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

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

 span { border-color: rgb(21,153,79); }

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