#18CC3B

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

Shades of Dark Pastel Green #18CC3B

Tints of Dark Pastel Green #18CC3B

Color information

#18CC3B (or 0x18CC3B) is unknown color: approx Dark Pastel Green. HEX triplet: 18, CC and 3B. RGB value is (24,204,59). Sum of RGB (Red+Green+Blue) = 24+204+59=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC3B is #E733C4. Grayscale: #868686. Windows color (decimal): -15152069 or 3918872. OLE color: 3918872.

HSL color Cylindrical-coordinate representation of color #18CC3B: hue angle of 131.67º 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 #18CC3B is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2420459-
CMYK0.8800.710.2
HSL131.67º78.95%44.71%-
HSV(B)131.67º88.24%80%-
XYZ22.7643.711.37-
YUV133.6585.8749.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.36%
GREEN value IS 204 (80.08% from 255) = 71.08%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=8.36%
G=71.08%
B=20.56%

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
Decimal24204590.8800.710.2131.6778.9544.71
Hex18CC3B5804714844f2d
Octal303147313001072420411755
Binary110001100110011101110110000100011110100100001001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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