#18AA36

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

Shades of Dark Pastel Green #18AA36

Tints of Dark Pastel Green #18AA36

Color information

#18AA36 (or 0x18AA36) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AA and 36. RGB value is (24,170,54). Sum of RGB (Red+Green+Blue) = 24+170+54=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA36 is #E755C9. Grayscale: #717171. Windows color (decimal): -15160778 or 3582488. OLE color: 3582488.

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

Color convert

RGB2417054-
CMYK0.8600.680.33
HSL132.33º75.26%38.04%-
HSV(B)132.33º85.88%66.67%-
XYZ15.4229.218.32-
YUV113.1294.6364.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 170 (66.80% from 255) = 68.55%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=9.68%
G=68.55%
B=21.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170540.8600.680.33132.3375.2638.04
Hex18AA365604421844b26
Octal302526612601044120411346
Binary1100010101010110110101011001000100100001100001001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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