Html Css Color HEX #0AF856 Malachite

📋 copy color: '#0AF856'

red 10 ◦ green 248 ◦ blue 86

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

Shades of Malachite #0AF856

Tints of Malachite #0AF856

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.09%

 BLUE value IS 86 (33.98% from 255) = 25%

R = 2.91%
G = 72.09%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#0AF856 (or 0x0AF856) is known color: Malachite. HEX triplet: 0A, F8 and 56. RGB value is (10,248,86). Sum of RGB (Red+Green+Blue) = 10+248+86=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 248 (97.27% from 255 or 72.09% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF856 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF856 is #F507A9. Grayscale: #9E9E9E. Windows color (decimal): -16058282 or 5699594. OLE color: 5699594.

HSL color Cylindrical-coordinate representation of color #0AF856: hue angle of 139.16º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF856 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 86 -
CMYK 0.96 0 0.65 0.03
HSL 139.16º 0.94% 0.51% -
HSV(B) 139.16º 0.96% 0.97% -
XYZ 35.37 67.87 20.04 -
YUV 158.37 87.15 22.17 -
System Red Green Blue C M Y K H S L
Decimal 10 248 86 0.96 0 0.65 0.03 139.16 0.94 0.51
Hex A F8 56 60 0 41 3 8B 5E 33
Octal 12 370 126 140 0 101 3 213 136 63
Binary 1010 11111000 1010110 1100000 0 1000001 11 10001011 1011110 110011

Color Harmonies of #0AF856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF856

Black with #0AF856

Text Example


Text Example

White with #0AF856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,248,86); }

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

background-color css

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

 a { background-color: rgb(10,248,86); }

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

border-color css

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

 span { border-color: rgb(10,248,86); }

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