Html Css Color HEX #24F248 Malachite

📋 copy color: '#24F248'

red 36 ◦ green 242 ◦ blue 72

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

Shades of Malachite #24F248

Tints of Malachite #24F248

RGB

 RED value IS 36 (14.45% from 255) = 10.29%

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

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

R = 10.29%
G = 69.14%
B = 20.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#24F248 (or 0x24F248) is known color: Malachite. HEX triplet: 24, F2 and 48. RGB value is (36,242,72). Sum of RGB (Red+Green+Blue) = 36+242+72=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #24F248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #24F248 is #DB0DB7. Grayscale: #A1A1A1. Windows color (decimal): -14355896 or 4780580. OLE color: 4780580.

HSL color Cylindrical-coordinate representation of color #24F248: hue angle of 130.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F248 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 242 72 -
CMYK 0.85 0 0.70 0.05
HSL 130.49º 0.89% 0.55% -
HSV(B) 130.49º 0.85% 0.95% -
XYZ 33.65 64.35 16.78 -
YUV 161.03 77.75 38.82 -
System Red Green Blue C M Y K H S L
Decimal 36 242 72 0.85 0 0.70 0.05 130.49 0.89 0.55
Hex 24 F2 48 55 0 46 5 82 59 37
Octal 44 362 110 125 0 106 5 202 131 67
Binary 100100 11110010 1001000 1010101 0 1000110 101 10000010 1011001 110111

Color Harmonies of #24F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F248

Black with #24F248

Text Example


Text Example

White with #24F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24F248; }

 p { color: rgb(36,242,72); }

 H1.HeaderClassName
 {
   color: #24F248;
 }
 .AnyTagClassName
 {
   color: #24F248;
 }
</style>

background-color css

<style>
 a { background-color: #24F248; }

 a { background-color: rgb(36,242,72); }

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

border-color css

<style>
 span { border-color: #24F248; }

 span { border-color: rgb(36,242,72); }

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