#15B450

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

Shades of Pigment Green #15B450

Tints of Pigment Green #15B450

Color information

#15B450 (or 0x15B450) is unknown color: approx Pigment Green. HEX triplet: 15, B4 and 50. RGB value is (21,180,80). Sum of RGB (Red+Green+Blue) = 21+180+80=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #15B450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15B450 is #EA4BAF. Grayscale: #797979. Windows color (decimal): -15354800 or 5288981. OLE color: 5288981.

HSL color Cylindrical-coordinate representation of color #15B450: hue angle of 142.26º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B450 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB2118080-
CMYK0.8800.560.29
HSL142.26º79.1%39.41%-
HSV(B)142.26º88.33%70.59%-
XYZ18.0833.3813.08-
YUV121.06104.8256.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 180 (70.70% from 255) = 64.06%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=7.47%
G=64.06%
B=28.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21180800.8800.560.29142.2679.139.41
Hex15B450580381D8e4f27
Octal252641201300703521611747
Binary101011011010010100001011000011100011101100011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15B450; }

 p { color: rgb(21,180,80); }

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

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

 a { background-color: rgb(21,180,80); }

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

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

 span { border-color: rgb(21,180,80); }

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