#18A246

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

Shades of Pigment Green #18A246

Tints of Pigment Green #18A246

Color information

#18A246 (or 0x18A246) is unknown color: approx Pigment Green. HEX triplet: 18, A2 and 46. RGB value is (24,162,70). Sum of RGB (Red+Green+Blue) = 24+162+70=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #18A246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A246 is #E75DB9. Grayscale: #6E6E6E. Windows color (decimal): -15162810 or 4629016. OLE color: 4629016.

HSL color Cylindrical-coordinate representation of color #18A246: hue angle of 140º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A246 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB2416270-
CMYK0.8500.570.36
HSL140º74.19%36.47%-
HSV(B)140º85.19%63.53%-
XYZ14.426.4810.15-
YUV110.25105.2866.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=9.38%
G=63.28%
B=27.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162700.8500.570.3614074.1936.47
Hex18A24655039248c4a24
Octal302421061250714421411244
Binary1100010100010100011010101010111001100100100011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,70); }

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

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

 a { background-color: rgb(24,162,70); }

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

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

 span { border-color: rgb(24,162,70); }

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