#18C750

Color #18C750 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #18C750

Tints of Malachite #18C750

Color information

#18C750 (or 0x18C750) is unknown color: approx Malachite. HEX triplet: 18, C7 and 50. RGB value is (24,199,80). Sum of RGB (Red+Green+Blue) = 24+199+80=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 199 (78.12% from 255 or 65.68% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 199 - color contains mainly: green. Hex color #18C750 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C750 is #E738AF. Grayscale: #858585. Windows color (decimal): -15153328 or 5293848. OLE color: 5293848.

HSL color Cylindrical-coordinate representation of color #18C750: hue angle of 139.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C750 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB2419980-
CMYK0.8800.600.22
HSL139.2º78.48%43.73%-
HSV(B)139.2º87.94%78.04%-
XYZ22.2541.6214.45-
YUV133.1198.0250.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 199 (78.12% from 255) = 65.68%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=7.92%
G=65.68%
B=26.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24199800.8800.600.22139.278.4843.73
Hex18C7505803C168b4e2c
Octal303071201300742621311654
Binary110001100011110100001011000011110010110100010111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,199,80); }

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

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

 a { background-color: rgb(24,199,80); }

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

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

 span { border-color: rgb(24,199,80); }

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