Html Css Color HEX #0AF857 Malachite

📋 copy color: '#0AF857'

red 10 ◦ green 248 ◦ blue 87

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

Shades of Malachite #0AF857

Tints of Malachite #0AF857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 2.9%
G = 71.88%
B = 25.22%

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

#0AF857 (or 0x0AF857) is known color: Malachite. HEX triplet: 0A, F8 and 57. RGB value is (10,248,87). Sum of RGB (Red+Green+Blue) = 10+248+87=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 248 (97.27% from 255 or 71.88% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF857 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF857 is #F507A8. Grayscale: #9E9E9E. Windows color (decimal): -16058281 or 5765130. OLE color: 5765130.

HSL color Cylindrical-coordinate representation of color #0AF857: hue angle of 139.41º 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 #0AF857 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 87 -
CMYK 0.96 0 0.65 0.03
HSL 139.41º 0.94% 0.51% -
HSV(B) 139.41º 0.96% 0.97% -
XYZ 35.41 67.89 20.25 -
YUV 158.48 87.65 22.09 -
System Red Green Blue C M Y K H S L
Decimal 10 248 87 0.96 0 0.65 0.03 139.41 0.94 0.51
Hex A F8 57 60 0 41 3 8B 5E 33
Octal 12 370 127 140 0 101 3 213 136 63
Binary 1010 11111000 1010111 1100000 0 1000001 11 10001011 1011110 110011

Color Harmonies of #0AF857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF857

Black with #0AF857

Text Example


Text Example

White with #0AF857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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