#18A85D

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

Shades of Pigment Green #18A85D

Tints of Pigment Green #18A85D

Color information

#18A85D (or 0x18A85D) is unknown color: approx Pigment Green. HEX triplet: 18, A8 and 5D. RGB value is (24,168,93). Sum of RGB (Red+Green+Blue) = 24+168+93=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #18A85D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A85D is #E757A2. Grayscale: #747474. Windows color (decimal): -15161251 or 6137880. OLE color: 6137880.

HSL color Cylindrical-coordinate representation of color #18A85D: hue angle of 148.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A85D is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB2416893-
CMYK0.8600.450.34
HSL148.75º75%37.65%-
HSV(B)148.75º85.71%65.88%-
XYZ16.3628.9915.09-
YUV116.39114.7962.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 168 (66.02% from 255) = 58.95%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=8.42%
G=58.95%
B=32.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal24168930.8600.450.34148.757537.65
Hex18A85D5602D22954b26
Octal302501351260554222511346
Binary1100010101000101110110101100101101100010100101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,168,93); }

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

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

 a { background-color: rgb(24,168,93); }

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

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

 span { border-color: rgb(24,168,93); }

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