#18A94A

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

Shades of Pigment Green #18A94A

Tints of Pigment Green #18A94A

Color information

#18A94A (or 0x18A94A) is unknown color: approx Pigment Green. HEX triplet: 18, A9 and 4A. RGB value is (24,169,74). Sum of RGB (Red+Green+Blue) = 24+169+74=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #18A94A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A94A is #E756B5. Grayscale: #737373. Windows color (decimal): -15161014 or 4892952. OLE color: 4892952.

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

Color convert

RGB2416974-
CMYK0.8600.560.34
HSL140.69º75.13%37.84%-
HSV(B)140.69º85.8%66.27%-
XYZ15.829.0611.26-
YUV114.82104.9663.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 169 (66.41% from 255) = 63.30%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=8.99%
G=63.30%
B=27.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal24169740.8600.560.34140.6975.1337.84
Hex18A94A56038228d4b26
Octal302511121260704221511346
Binary1100010101001100101010101100111000100010100011011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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