#18A359

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

Shades of Pigment Green #18A359

Tints of Pigment Green #18A359

Color information

#18A359 (or 0x18A359) is unknown color: approx Pigment Green. HEX triplet: 18, A3 and 59. RGB value is (24,163,89). Sum of RGB (Red+Green+Blue) = 24+163+89=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 163 (64.06% from 255 or 59.06% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 163 - color contains mainly: green. Hex color #18A359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A359 is #E75CA6. Grayscale: #717171. Windows color (decimal): -15162535 or 5874456. OLE color: 5874456.

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

Color convert

RGB2416389-
CMYK0.8500.450.36
HSL148.06º74.33%36.67%-
HSV(B)148.06º85.28%63.92%-
XYZ15.2827.1113.88-
YUV113114.4564.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 163 (64.06% from 255) = 59.06%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=8.70%
G=59.06%
B=32.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24163890.8500.450.36148.0674.3336.67
Hex18A3595502D24944a25
Octal302431311250554422411245
Binary1100010100011101100110101010101101100100100101001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,163,89); }

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

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

 a { background-color: rgb(24,163,89); }

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

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

 span { border-color: rgb(24,163,89); }

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