Html Css Color HEX #18F148 Malachite

📋 copy color: '#18F148'

red 24 ◦ green 241 ◦ blue 72

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

Shades of Malachite #18F148

Tints of Malachite #18F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 7.12%
G = 71.51%
B = 21.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#18F148 (or 0x18F148) is known color: Malachite. HEX triplet: 18, F1 and 48. RGB value is (24,241,72). Sum of RGB (Red+Green+Blue) = 24+241+72=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #18F148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F148 is #E70EB7. Grayscale: #9D9D9D. Windows color (decimal): -15142584 or 4780312. OLE color: 4780312.

HSL color Cylindrical-coordinate representation of color #18F148: hue angle of 133.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F148 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 241 72 -
CMYK 0.90 0 0.70 0.05
HSL 133.27º 0.89% 0.52% -
HSV(B) 133.27º 0.9% 0.95% -
XYZ 33 63.57 16.66 -
YUV 156.85 80.11 33.24 -
System Red Green Blue C M Y K H S L
Decimal 24 241 72 0.90 0 0.70 0.05 133.27 0.89 0.52
Hex 18 F1 48 5A 0 46 5 85 59 34
Octal 30 361 110 132 0 106 5 205 131 64
Binary 11000 11110001 1001000 1011010 0 1000110 101 10000101 1011001 110100

Color Harmonies of #18F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F148

Black with #18F148

Text Example


Text Example

White with #18F148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,241,72); }

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

background-color css

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

 a { background-color: rgb(24,241,72); }

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

border-color css

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

 span { border-color: rgb(24,241,72); }

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