#18A336

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

Shades of Dark Pastel Green #18A336

Tints of Dark Pastel Green #18A336

Color information

#18A336 (or 0x18A336) is unknown color: approx Dark Pastel Green. HEX triplet: 18, A3 and 36. RGB value is (24,163,54). Sum of RGB (Red+Green+Blue) = 24+163+54=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 163 (64.06% from 255 or 67.63% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 163 - color contains mainly: green. Hex color #18A336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A336 is #E75CC9. Grayscale: #6D6D6D. Windows color (decimal): -15162570 or 3580696. OLE color: 3580696.

HSL color Cylindrical-coordinate representation of color #18A336: hue angle of 132.95º 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 #18A336 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB2416354-
CMYK0.8500.670.36
HSL132.95º74.33%36.67%-
HSV(B)132.95º85.28%63.92%-
XYZ14.1426.657.89-
YUV109.0196.9567.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 163 (64.06% from 255) = 67.63%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=9.96%
G=67.63%
B=22.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24163540.8500.670.36132.9574.3336.67
Hex18A3365504324854a25
Octal302436612501034420511245
Binary1100010100011110110101010101000011100100100001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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