Html Css Color HEX #00F24A Malachite

📋 copy color: '#00F24A'

red 0 ◦ green 242 ◦ blue 74

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

Shades of Malachite #00F24A

Tints of Malachite #00F24A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 0%
G = 76.58%
B = 23.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#00F24A (or 0x00F24A) is known color: Malachite. HEX triplet: 00, F2 and 4A. RGB value is (0,242,74). Sum of RGB (Red+Green+Blue) = 0+242+74=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #00F24A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F24A is #FF0DB5. Grayscale: #969696. Windows color (decimal): -16715190 or 4911616. OLE color: 4911616.

HSL color Cylindrical-coordinate representation of color #00F24A: hue angle of 138.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F24A is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 242 74 -
CMYK 1 0 0.69 0.05
HSL 138.35º 1% 0.47% -
HSV(B) 138.35º 1% 0.95% -
XYZ 32.99 64 17.09 -
YUV 150.49 84.83 20.66 -
System Red Green Blue C M Y K H S L
Decimal 0 242 74 1 0 0.69 0.05 138.35 1 0.47
Hex 0 F2 4A 64 0 45 5 8A 64 2F
Octal 0 362 112 144 0 105 5 212 144 57
Binary 0 11110010 1001010 1100100 0 1000101 101 10001010 1100100 101111

Color Harmonies of #00F24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F24A

Black with #00F24A

Text Example


Text Example

White with #00F24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F24A; }

 p { color: rgb(0,242,74); }

 H1.HeaderClassName
 {
   color: #00F24A;
 }
 .AnyTagClassName
 {
   color: #00F24A;
 }
</style>

background-color css

<style>
 a { background-color: #00F24A; }

 a { background-color: rgb(0,242,74); }

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

border-color css

<style>
 span { border-color: #00F24A; }

 span { border-color: rgb(0,242,74); }

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