Html Css Color HEX #18F03C Malachite

📋 copy color: '#18F03C'

red 24 ◦ green 240 ◦ blue 60

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

Shades of Malachite #18F03C

Tints of Malachite #18F03C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.07%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 7.41%
G = 74.07%
B = 18.52%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#18F03C (or 0x18F03C) is known color: Malachite. HEX triplet: 18, F0 and 3C. RGB value is (24,240,60). Sum of RGB (Red+Green+Blue) = 24+240+60=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #18F03C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F03C is #E70FC3. Grayscale: #9B9B9B. Windows color (decimal): -15142852 or 3993624. OLE color: 3993624.

HSL color Cylindrical-coordinate representation of color #18F03C: hue angle of 130º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F03C is Cyan = 0.9, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 240 60 -
CMYK 0.9 0 0.75 0.06
HSL 130º 0.88% 0.52% -
HSV(B) 130º 0.9% 0.94% -
XYZ 32.35 62.84 14.7 -
YUV 154.9 74.44 34.64 -
System Red Green Blue C M Y K H S L
Decimal 24 240 60 0.9 0 0.75 0.06 130 0.88 0.52
Hex 18 F0 3C 5A 0 4B 6 82 58 34
Octal 30 360 74 132 0 113 6 202 130 64
Binary 11000 11110000 111100 1011010 0 1001011 110 10000010 1011000 110100

Color Harmonies of #18F03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F03C

Black with #18F03C

Text Example


Text Example

White with #18F03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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