Html Css Color HEX #0AFC4F Malachite

📋 copy color: '#0AFC4F'

red 10 ◦ green 252 ◦ blue 79

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

Shades of Malachite #0AFC4F

Tints of Malachite #0AFC4F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.9%

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

R = 2.93%
G = 73.9%
B = 23.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#0AFC4F (or 0x0AFC4F) is known color: Malachite. HEX triplet: 0A, FC and 4F. RGB value is (10,252,79). Sum of RGB (Red+Green+Blue) = 10+252+79=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFC4F is #F503B0. Grayscale: #A0A0A0. Windows color (decimal): -16057265 or 5241866. OLE color: 5241866.

HSL color Cylindrical-coordinate representation of color #0AFC4F: hue angle of 137.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC4F is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 252 79 -
CMYK 0.96 0 0.69 0.01
HSL 137.11º 0.98% 0.51% -
HSV(B) 137.11º 0.96% 0.99% -
XYZ 36.35 70.25 19.04 -
YUV 159.92 82.33 21.07 -
System Red Green Blue C M Y K H S L
Decimal 10 252 79 0.96 0 0.69 0.01 137.11 0.98 0.51
Hex A FC 4F 60 0 45 1 89 62 33
Octal 12 374 117 140 0 105 1 211 142 63
Binary 1010 11111100 1001111 1100000 0 1000101 1 10001001 1100010 110011

Color Harmonies of #0AFC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFC4F

Black with #0AFC4F

Text Example


Text Example

White with #0AFC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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