#18BD4C

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

Shades of Dark Pastel Green #18BD4C

Tints of Dark Pastel Green #18BD4C

Color information

#18BD4C (or 0x18BD4C) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BD and 4C. RGB value is (24,189,76). Sum of RGB (Red+Green+Blue) = 24+189+76=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD4C is #E742B3. Grayscale: #7F7F7F. Windows color (decimal): -15155892 or 5029144. OLE color: 5029144.

HSL color Cylindrical-coordinate representation of color #18BD4C: hue angle of 138.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD4C is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB2418976-
CMYK0.8700.600.26
HSL138.91º77.46%41.76%-
HSV(B)138.91º87.3%74.12%-
XYZ19.8837.1112.95-
YUV126.7899.3454.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 189 (74.22% from 255) = 65.40%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=8.30%
G=65.40%
B=26.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24189760.8700.600.26138.9177.4641.76
Hex18BD4C5703C1A8b4d2a
Octal302751141270743221311552
Binary110001011110110011001010111011110011010100010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,189,76); }

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

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

 a { background-color: rgb(24,189,76); }

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

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

 span { border-color: rgb(24,189,76); }

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