#18a949

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

Shades of Pigment Green #18A949

Tints of Pigment Green #18A949

Color information

#18A949 (or 0x18A949) is unknown color: approx Pigment Green. HEX triplet: 18, A9 and 49. RGB value is (24,169,73). Sum of RGB (Red+Green+Blue) = 24+169+73=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 169 (66.41% from 255 or 63.53% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 169 - color contains mainly: green. Hex color #18A949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A949 is #E756B6. Grayscale: #727272. Windows color (decimal): -15161015 or 4827416. OLE color: 4827416.

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

Color convert

RGB2416973-
CMYK0.8600.570.34
HSL140.28º75.13%37.84%-
HSV(B)140.28º85.8%66.27%-
XYZ15.7729.0511.08-
YUV114.7104.4663.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.02%
GREEN value IS 169 (66.41% from 255) = 63.53%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=9.02%
G=63.53%
B=27.44%

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
Decimal24169730.8600.570.34140.2875.1337.84
Hex18A94956039228c4b26
Octal302511111260714221411346
Binary1100010101001100100110101100111001100010100011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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