#18BA37

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

Shades of Dark Pastel Green #18BA37

Tints of Dark Pastel Green #18BA37

Color information

#18BA37 (or 0x18BA37) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BA and 37. RGB value is (24,186,55). Sum of RGB (Red+Green+Blue) = 24+186+55=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA37 is #E745C8. Grayscale: #7A7A7A. Windows color (decimal): -15156681 or 3652120. OLE color: 3652120.

HSL color Cylindrical-coordinate representation of color #18BA37: hue angle of 131.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA37 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB2418655-
CMYK0.8700.700.27
HSL131.48º77.14%41.18%-
HSV(B)131.48º87.1%72.94%-
XYZ18.6335.599.5-
YUV122.6389.8357.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 186 (73.05% from 255) = 70.19%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=9.06%
G=70.19%
B=20.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24186550.8700.700.27131.4877.1441.18
Hex18BA37570461B834d29
Octal302726712701063320311551
Binary110001011101011011110101110100011011011100000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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