Html Css Color HEX #0AF24F Malachite

📋 copy color: '#0AF24F'

red 10 ◦ green 242 ◦ blue 79

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

Shades of Malachite #0AF24F

Tints of Malachite #0AF24F

RGB

 RED value IS 10 (4.3% from 255) = 3.02%

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 3.02%
G = 73.11%
B = 23.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#0AF24F (or 0x0AF24F) is known color: Malachite. HEX triplet: 0A, F2 and 4F. RGB value is (10,242,79). Sum of RGB (Red+Green+Blue) = 10+242+79=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF24F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF24F is #F50DB0. Grayscale: #9A9A9A. Windows color (decimal): -16059825 or 5239306. OLE color: 5239306.

HSL color Cylindrical-coordinate representation of color #0AF24F: hue angle of 137.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF24F is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 79 -
CMYK 0.96 0 0.67 0.05
HSL 137.84º 0.92% 0.49% -
HSV(B) 137.84º 0.96% 0.95% -
XYZ 33.29 64.13 18.02 -
YUV 154.05 85.64 25.25 -
System Red Green Blue C M Y K H S L
Decimal 10 242 79 0.96 0 0.67 0.05 137.84 0.92 0.49
Hex A F2 4F 60 0 43 5 8A 5C 31
Octal 12 362 117 140 0 103 5 212 134 61
Binary 1010 11110010 1001111 1100000 0 1000011 101 10001010 1011100 110001

Color Harmonies of #0AF24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF24F

Black with #0AF24F

Text Example


Text Example

White with #0AF24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AF24F; }

 p { color: rgb(10,242,79); }

 H1.HeaderClassName
 {
   color: #0AF24F;
 }
 .AnyTagClassName
 {
   color: #0AF24F;
 }
</style>

background-color css

<style>
 a { background-color: #0AF24F; }

 a { background-color: rgb(10,242,79); }

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

border-color css

<style>
 span { border-color: #0AF24F; }

 span { border-color: rgb(10,242,79); }

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