#18a948

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

Shades of Pigment Green #18A948

Tints of Pigment Green #18A948

Color information

#18A948 (or 0x18A948) is unknown color: approx Pigment Green. HEX triplet: 18, A9 and 48. RGB value is (24,169,72). Sum of RGB (Red+Green+Blue) = 24+169+72=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #18A948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A948 is #E756B7. Grayscale: #727272. Windows color (decimal): -15161016 or 4761880. OLE color: 4761880.

HSL color Cylindrical-coordinate representation of color #18A948: hue angle of 139.86º 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 #18A948 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB2416972-
CMYK0.8600.570.34
HSL139.86º75.13%37.84%-
HSV(B)139.86º85.8%66.27%-
XYZ15.7329.0410.91-
YUV114.59103.9663.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 169 (66.41% from 255) = 63.77%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=9.06%
G=63.77%
B=27.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal24169720.8600.570.34139.8675.1337.84
Hex18A94856039228c4b26
Octal302511101260714221411346
Binary1100010101001100100010101100111001100010100011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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