#18BF4E

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

Shades of Dark Pastel Green #18BF4E

Tints of Dark Pastel Green #18BF4E

Color information

#18BF4E (or 0x18BF4E) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BF and 4E. RGB value is (24,191,78). Sum of RGB (Red+Green+Blue) = 24+191+78=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BF4E is #E740B1. Grayscale: #808080. Windows color (decimal): -15155378 or 5160728. OLE color: 5160728.

HSL color Cylindrical-coordinate representation of color #18BF4E: hue angle of 139.4º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF4E is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB2419178-
CMYK0.8700.590.25
HSL139.4º77.67%42.16%-
HSV(B)139.4º87.43%74.9%-
XYZ20.3838.0113.47-
YUV128.1899.6753.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 191 (75% from 255) = 65.19%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=8.19%
G=65.19%
B=26.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24191780.8700.590.25139.477.6742.16
Hex18BF4E5703B198b4e2a
Octal302771161270733121311652
Binary110001011111110011101010111011101111001100010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,191,78); }

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

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

 a { background-color: rgb(24,191,78); }

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

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

 span { border-color: rgb(24,191,78); }

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