Html Css Color HEX #18FA60 Malachite

📋 copy color: '#18FA60'

red 24 ◦ green 250 ◦ blue 96

#18FA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #18FA60

Tints of Malachite #18FA60

RGB

 RED value IS 24 (9.77% from 255) = 6.49%

 GREEN value IS 250 (98.05% from 255) = 67.57%

 BLUE value IS 96 (37.89% from 255) = 25.95%

R = 6.49%
G = 67.57%
B = 25.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#18FA60 (or 0x18FA60) is known color: Malachite. HEX triplet: 18, FA and 60. RGB value is (24,250,96). Sum of RGB (Red+Green+Blue) = 24+250+96=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18FA60 is #E7059F. Grayscale: #A5A5A5. Windows color (decimal): -15140256 or 6355480. OLE color: 6355480.

HSL color Cylindrical-coordinate representation of color #18FA60: hue angle of 139.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA60 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 250 96 -
CMYK 0.90 0 0.62 0.02
HSL 139.12º 0.96% 0.54% -
HSV(B) 139.12º 0.9% 0.98% -
XYZ 36.67 69.41 22.53 -
YUV 164.87 89.13 27.52 -
System Red Green Blue C M Y K H S L
Decimal 24 250 96 0.90 0 0.62 0.02 139.12 0.96 0.54
Hex 18 FA 60 5A 0 3E 2 8B 60 36
Octal 30 372 140 132 0 76 2 213 140 66
Binary 11000 11111010 1100000 1011010 0 111110 10 10001011 1100000 110110

Color Harmonies of #18FA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FA60

Black with #18FA60

Text Example


Text Example

White with #18FA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,250,96); }

 H1.HeaderClassName
 {
   color: #18FA60;
 }
 .AnyTagClassName
 {
   color: #18FA60;
 }
</style>

background-color css

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

 a { background-color: rgb(24,250,96); }

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

border-color css

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

 span { border-color: rgb(24,250,96); }

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