#18AC32

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

Shades of Dark Pastel Green #18AC32

Tints of Dark Pastel Green #18AC32

Color information

#18AC32 (or 0x18AC32) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AC and 32. RGB value is (24,172,50). Sum of RGB (Red+Green+Blue) = 24+172+50=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AC32 is #E753CD. Grayscale: #727272. Windows color (decimal): -15160270 or 3320856. OLE color: 3320856.

HSL color Cylindrical-coordinate representation of color #18AC32: hue angle of 130.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC32 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB2417250-
CMYK0.8600.710.33
HSL130.54º75.51%38.43%-
HSV(B)130.54º86.05%67.45%-
XYZ15.729.937.97-
YUV113.8491.9763.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 172 (67.58% from 255) = 69.92%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=9.76%
G=69.92%
B=20.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24172500.8600.710.33130.5475.5138.43
Hex18AC325604721834c26
Octal302546212601074120311446
Binary1100010101100110010101011001000111100001100000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,172,50); }

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

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

 a { background-color: rgb(24,172,50); }

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

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

 span { border-color: rgb(24,172,50); }

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