#18b15f

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

Shades of Pigment Green #18B15F

Tints of Pigment Green #18B15F

Color information

#18B15F (or 0x18B15F) is unknown color: approx Pigment Green. HEX triplet: 18, B1 and 5F. RGB value is (24,177,95). Sum of RGB (Red+Green+Blue) = 24+177+95=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #18B15F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B15F is #E74EA0. Grayscale: #7A7A7A. Windows color (decimal): -15158945 or 6271256. OLE color: 6271256.

HSL color Cylindrical-coordinate representation of color #18B15F: hue angle of 147.84º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B15F is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB2417795-
CMYK0.8600.460.31
HSL147.84º76.12%39.41%-
HSV(B)147.84º86.44%69.41%-
XYZ18.1632.4616.14-
YUV121.9112.8158.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=8.11%
G=59.80%
B=32.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24177950.8600.460.31147.8476.1239.41
Hex18B15F5602E1F944c27
Octal302611371260563722411447
Binary110001011000110111111010110010111011111100101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b15f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18b15f; }

 p { color: rgb(24,177,95); }

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

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

 a { background-color: rgb(24,177,95); }

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

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

 span { border-color: rgb(24,177,95); }

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