#18AA3C

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

Shades of Dark Pastel Green #18AA3C

Tints of Dark Pastel Green #18AA3C

Color information

#18AA3C (or 0x18AA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AA and 3C. RGB value is (24,170,60). Sum of RGB (Red+Green+Blue) = 24+170+60=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA3C is #E755C3. Grayscale: #727272. Windows color (decimal): -15160772 or 3975704. OLE color: 3975704.

HSL color Cylindrical-coordinate representation of color #18AA3C: hue angle of 134.79º degrees, saturation: 0.75, 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 #18AA3C is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB2417060-
CMYK0.8600.650.33
HSL134.79º75.26%38.04%-
HSV(B)134.79º85.88%66.67%-
XYZ15.5729.279.1-
YUV113.8197.6363.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 170 (66.80% from 255) = 66.93%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=9.45%
G=66.93%
B=23.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170600.8600.650.33134.7975.2638.04
Hex18AA3C5604121874b26
Octal302527412601014120711346
Binary1100010101010111100101011001000001100001100001111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,170,60); }

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

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

 a { background-color: rgb(24,170,60); }

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

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

 span { border-color: rgb(24,170,60); }

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