#18BA4A

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

Shades of Dark Pastel Green #18BA4A

Tints of Dark Pastel Green #18BA4A

Color information

#18BA4A (or 0x18BA4A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BA and 4A. RGB value is (24,186,74). Sum of RGB (Red+Green+Blue) = 24+186+74=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA4A is #E745B5. Grayscale: #7D7D7D. Windows color (decimal): -15156662 or 4897304. OLE color: 4897304.

HSL color Cylindrical-coordinate representation of color #18BA4A: hue angle of 138.52º 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 #18BA4A is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB2418674-
CMYK0.8700.600.27
HSL138.52º77.14%41.18%-
HSV(B)138.52º87.1%72.94%-
XYZ19.1735.8112.38-
YUV124.7999.3356.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 186 (73.05% from 255) = 65.49%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=8.45%
G=65.49%
B=26.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24186740.8700.600.27138.5277.1441.18
Hex18BA4A5703C1B8b4d29
Octal302721121270743321311551
Binary110001011101010010101010111011110011011100010111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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