Html Css Color HEX #18F246 Malachite

📋 copy color: '#18F246'

red 24 ◦ green 242 ◦ blue 70

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

Shades of Malachite #18F246

Tints of Malachite #18F246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.02%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 7.14%
G = 72.02%
B = 20.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#18F246 (or 0x18F246) is known color: Malachite. HEX triplet: 18, F2 and 46. RGB value is (24,242,70). Sum of RGB (Red+Green+Blue) = 24+242+70=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #18F246 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F246 is #E70DB9. Grayscale: #9D9D9D. Windows color (decimal): -15142330 or 4649496. OLE color: 4649496.

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

Color convert

RGB 24 242 70 -
CMYK 0.90 0 0.71 0.05
HSL 132.66º 0.89% 0.52% -
HSV(B) 132.66º 0.9% 0.95% -
XYZ 33.23 64.14 16.42 -
YUV 157.21 78.78 32.99 -
System Red Green Blue C M Y K H S L
Decimal 24 242 70 0.90 0 0.71 0.05 132.66 0.89 0.52
Hex 18 F2 46 5A 0 47 5 85 59 34
Octal 30 362 106 132 0 107 5 205 131 64
Binary 11000 11110010 1000110 1011010 0 1000111 101 10000101 1011001 110100

Color Harmonies of #18F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F246

Black with #18F246

Text Example


Text Example

White with #18F246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,242,70); }

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

background-color css

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

 a { background-color: rgb(24,242,70); }

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

border-color css

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

 span { border-color: rgb(24,242,70); }

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