#18C148

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

Shades of Dark Pastel Green #18C148

Tints of Dark Pastel Green #18C148

Color information

#18C148 (or 0x18C148) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C1 and 48. RGB value is (24,193,72). Sum of RGB (Red+Green+Blue) = 24+193+72=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #18C148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C148 is #E73EB7. Grayscale: #808080. Windows color (decimal): -15154872 or 4768024. OLE color: 4768024.

HSL color Cylindrical-coordinate representation of color #18C148: hue angle of 137.04º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C148 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB2419372-
CMYK0.8800.630.24
HSL137.04º77.88%42.55%-
HSV(B)137.04º87.56%75.69%-
XYZ20.6238.812.53-
YUV128.6896.0153.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=8.30%
G=66.78%
B=24.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24193720.8800.630.24137.0477.8842.55
Hex18C1485803F18894e2b
Octal303011101300773021111653
Binary110001100000110010001011000011111111000100010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,193,72); }

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

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

 a { background-color: rgb(24,193,72); }

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

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

 span { border-color: rgb(24,193,72); }

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