Html Css Color HEX #0AF156 Malachite

📋 copy color: '#0AF156'

red 10 ◦ green 241 ◦ blue 86

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

Shades of Malachite #0AF156

Tints of Malachite #0AF156

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

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

R = 2.97%
G = 71.51%
B = 25.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#0AF156 (or 0x0AF156) is known color: Malachite. HEX triplet: 0A, F1 and 56. RGB value is (10,241,86). Sum of RGB (Red+Green+Blue) = 10+241+86=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF156 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF156 is #F50EA9. Grayscale: #9A9A9A. Windows color (decimal): -16060074 or 5697802. OLE color: 5697802.

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

Color convert

RGB 10 241 86 -
CMYK 0.96 0 0.64 0.05
HSL 139.74º 0.92% 0.49% -
HSV(B) 139.74º 0.96% 0.95% -
XYZ 33.26 63.65 19.34 -
YUV 154.26 89.47 25.1 -
System Red Green Blue C M Y K H S L
Decimal 10 241 86 0.96 0 0.64 0.05 139.74 0.92 0.49
Hex A F1 56 60 0 40 5 8C 5C 31
Octal 12 361 126 140 0 100 5 214 134 61
Binary 1010 11110001 1010110 1100000 0 1000000 101 10001100 1011100 110001

Color Harmonies of #0AF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF156

Black with #0AF156

Text Example


Text Example

White with #0AF156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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