#18A337

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

Shades of Dark Pastel Green #18A337

Tints of Dark Pastel Green #18A337

Color information

#18A337 (or 0x18A337) is unknown color: approx Dark Pastel Green. HEX triplet: 18, A3 and 37. RGB value is (24,163,55). Sum of RGB (Red+Green+Blue) = 24+163+55=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #18A337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A337 is #E75CC8. Grayscale: #6D6D6D. Windows color (decimal): -15162569 or 3646232. OLE color: 3646232.

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

Color convert

RGB2416355-
CMYK0.8500.660.36
HSL133.38º74.33%36.67%-
HSV(B)133.38º85.28%63.92%-
XYZ14.1626.668.01-
YUV109.1397.4567.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 163 (64.06% from 255) = 67.36%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=9.92%
G=67.36%
B=22.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24163550.8500.660.36133.3874.3336.67
Hex18A3375504224854a25
Octal302436712501024420511245
Binary1100010100011110111101010101000010100100100001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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