Html Css Color HEX #0ABF56 Malachite

📋 copy color: '#0ABF56'

red 10 ◦ green 191 ◦ blue 86

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

Shades of Malachite #0ABF56

Tints of Malachite #0ABF56

RGB

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

 GREEN value IS 191 (75% from 255) = 66.55%

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

R = 3.48%
G = 66.55%
B = 29.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#0ABF56 (or 0x0ABF56) is known color: Malachite. HEX triplet: 0A, BF and 56. RGB value is (10,191,86). Sum of RGB (Red+Green+Blue) = 10+191+86=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF56 is #F540A9. Grayscale: #7D7D7D. Windows color (decimal): -16072874 or 5685002. OLE color: 5685002.

HSL color Cylindrical-coordinate representation of color #0ABF56: hue angle of 145.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF56 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 86 -
CMYK 0.95 0 0.55 0.25
HSL 145.19º 0.9% 0.39% -
HSV(B) 145.19º 0.95% 0.75% -
XYZ 20.44 38 15.06 -
YUV 124.91 106.03 46.04 -
System Red Green Blue C M Y K H S L
Decimal 10 191 86 0.95 0 0.55 0.25 145.19 0.9 0.39
Hex A BF 56 5F 0 37 19 91 5A 27
Octal 12 277 126 137 0 67 31 221 132 47
Binary 1010 10111111 1010110 1011111 0 110111 11001 10010001 1011010 100111

Color Harmonies of #0ABF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF56

Black with #0ABF56

Text Example


Text Example

White with #0ABF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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