#18A55C

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

Shades of Pigment Green #18A55C

Tints of Pigment Green #18A55C

Color information

#18A55C (or 0x18A55C) is unknown color: approx Pigment Green. HEX triplet: 18, A5 and 5C. RGB value is (24,165,92). Sum of RGB (Red+Green+Blue) = 24+165+92=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #18A55C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A55C is #E75AA3. Grayscale: #727272. Windows color (decimal): -15162020 or 6071576. OLE color: 6071576.

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

Color convert

RGB2416592-
CMYK0.8500.440.35
HSL148.94º74.6%37.06%-
HSV(B)148.94º85.45%64.71%-
XYZ15.7627.8814.68-
YUV114.52115.2963.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=8.54%
G=58.72%
B=32.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165920.8500.440.35148.9474.637.06
Hex18A55C5502C23954b25
Octal302451341250544322511345
Binary1100010100101101110010101010101100100011100101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,92); }

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

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

 a { background-color: rgb(24,165,92); }

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

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

 span { border-color: rgb(24,165,92); }

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