Html Css Color HEX #0AFE4F Malachite

📋 copy color: '#0AFE4F'

red 10 ◦ green 254 ◦ blue 79

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

Shades of Malachite #0AFE4F

Tints of Malachite #0AFE4F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 74.05%

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

R = 2.92%
G = 74.05%
B = 23.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#0AFE4F (or 0x0AFE4F) is known color: Malachite. HEX triplet: 0A, FE and 4F. RGB value is (10,254,79). Sum of RGB (Red+Green+Blue) = 10+254+79=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 254 (99.61% from 255 or 74.05% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFE4F is #F501B0. Grayscale: #A1A1A1. Windows color (decimal): -16056753 or 5242378. OLE color: 5242378.

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

Color convert

RGB 10 254 79 -
CMYK 0.96 0 0.69 0.00
HSL 136.97º 0.99% 0.52% -
HSV(B) 136.97º 0.96% 1% -
XYZ 36.98 71.51 19.25 -
YUV 161.09 81.66 20.23 -
System Red Green Blue C M Y K H S L
Decimal 10 254 79 0.96 0 0.69 0.00 136.97 0.99 0.52
Hex A FE 4F 60 0 45 0 89 63 34
Octal 12 376 117 140 0 105 0 211 143 64
Binary 1010 11111110 1001111 1100000 0 1000101 0 10001001 1100011 110100

Color Harmonies of #0AFE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFE4F

Black with #0AFE4F

Text Example


Text Example

White with #0AFE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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