#18A55A

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

Shades of Pigment Green #18A55A

Tints of Pigment Green #18A55A

Color information

#18A55A (or 0x18A55A) is unknown color: approx Pigment Green. HEX triplet: 18, A5 and 5A. RGB value is (24,165,90). Sum of RGB (Red+Green+Blue) = 24+165+90=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #18A55A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A55A is #E75AA5. Grayscale: #727272. Windows color (decimal): -15162022 or 5940504. OLE color: 5940504.

HSL color Cylindrical-coordinate representation of color #18A55A: hue angle of 148.09º 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 #18A55A is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB2416590-
CMYK0.8500.450.35
HSL148.09º74.6%37.06%-
HSV(B)148.09º85.45%64.71%-
XYZ15.6827.8414.22-
YUV114.29114.2963.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=8.60%
G=59.14%
B=32.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165900.8500.450.35148.0974.637.06
Hex18A55A5502D23944b25
Octal302451321250554322411345
Binary1100010100101101101010101010101101100011100101001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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