#18A652

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

Shades of Pigment Green #18A652

Tints of Pigment Green #18A652

Color information

#18A652 (or 0x18A652) is unknown color: approx Pigment Green. HEX triplet: 18, A6 and 52. RGB value is (24,166,82). Sum of RGB (Red+Green+Blue) = 24+166+82=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 166 (65.23% from 255 or 61.03% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 166 - color contains mainly: green. Hex color #18A652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A652 is #E759AD. Grayscale: #727272. Windows color (decimal): -15161774 or 5416472. OLE color: 5416472.

HSL color Cylindrical-coordinate representation of color #18A652: hue angle of 144.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A652 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB2416682-
CMYK0.8600.510.35
HSL144.51º74.74%37.25%-
HSV(B)144.51º85.54%65.1%-
XYZ15.5428.0812.58-
YUV113.97109.9663.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 166 (65.23% from 255) = 61.03%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=8.82%
G=61.03%
B=30.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24166820.8600.510.35144.5174.7437.25
Hex18A6525603323914b25
Octal302461221260634322111345
Binary1100010100110101001010101100110011100011100100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,166,82); }

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

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

 a { background-color: rgb(24,166,82); }

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

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

 span { border-color: rgb(24,166,82); }

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