#18AF54

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

Shades of Pigment Green #18AF54

Tints of Pigment Green #18AF54

Color information

#18AF54 (or 0x18AF54) is unknown color: approx Pigment Green. HEX triplet: 18, AF and 54. RGB value is (24,175,84). Sum of RGB (Red+Green+Blue) = 24+175+84=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF54 is #E750AB. Grayscale: #777777. Windows color (decimal): -15159468 or 5549848. OLE color: 5549848.

HSL color Cylindrical-coordinate representation of color #18AF54: hue angle of 143.84º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF54 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB2417584-
CMYK0.8600.520.31
HSL143.84º75.88%39.02%-
HSV(B)143.84º86.29%68.63%-
XYZ17.3131.4913.55-
YUV119.48107.9759.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 175 (68.75% from 255) = 61.84%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=8.48%
G=61.84%
B=29.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24175840.8600.520.31143.8475.8839.02
Hex18AF54560341F904c27
Octal302571241260643722011447
Binary110001010111110101001010110011010011111100100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,175,84); }

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

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

 a { background-color: rgb(24,175,84); }

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

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

 span { border-color: rgb(24,175,84); }

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