#18AC48

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

Shades of Pigment Green #18AC48

Tints of Pigment Green #18AC48

Color information

#18AC48 (or 0x18AC48) is unknown color: approx Pigment Green. HEX triplet: 18, AC and 48. RGB value is (24,172,72). Sum of RGB (Red+Green+Blue) = 24+172+72=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AC48 is #E753B7. Grayscale: #747474. Windows color (decimal): -15160248 or 4762648. OLE color: 4762648.

HSL color Cylindrical-coordinate representation of color #18AC48: hue angle of 139.46º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC48 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB2417272-
CMYK0.8600.580.33
HSL139.46º75.51%38.43%-
HSV(B)139.46º86.05%67.45%-
XYZ16.330.1711.09-
YUV116.35102.9762.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 172 (67.58% from 255) = 64.18%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=8.96%
G=64.18%
B=26.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24172720.8600.580.33139.4675.5138.43
Hex18AC485603A218b4c26
Octal302541101260724121311446
Binary1100010101100100100010101100111010100001100010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,172,72); }

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

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

 a { background-color: rgb(24,172,72); }

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

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

 span { border-color: rgb(24,172,72); }

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