#18CC3C

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

Shades of Dark Pastel Green #18CC3C

Tints of Dark Pastel Green #18CC3C

Color information

#18CC3C (or 0x18CC3C) is unknown color: approx Dark Pastel Green. HEX triplet: 18, CC and 3C. RGB value is (24,204,60). Sum of RGB (Red+Green+Blue) = 24+204+60=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 204 (80.08% from 255 or 70.83% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC3C is #E733C3. Grayscale: #868686. Windows color (decimal): -15152068 or 3984408. OLE color: 3984408.

HSL color Cylindrical-coordinate representation of color #18CC3C: hue angle of 132º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC3C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2420460-
CMYK0.8800.710.2
HSL132º78.95%44.71%-
HSV(B)132º88.24%80%-
XYZ22.7943.7111.51-
YUV133.7686.3749.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.33%
GREEN value IS 204 (80.08% from 255) = 70.83%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=8.33%
G=70.83%
B=20.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal24204600.8800.710.213278.9544.71
Hex18CC3C5804714844f2d
Octal303147413001072420411755
Binary110001100110011110010110000100011110100100001001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,204,60); }

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

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

 a { background-color: rgb(24,204,60); }

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

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

 span { border-color: rgb(24,204,60); }

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