Html Css Color HEX #0ABF58 Malachite

📋 copy color: '#0ABF58'

red 10 ◦ green 191 ◦ blue 88

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

Shades of Malachite #0ABF58

Tints of Malachite #0ABF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 3.46%
G = 66.09%
B = 30.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#0ABF58 (or 0x0ABF58) is known color: Malachite. HEX triplet: 0A, BF and 58. RGB value is (10,191,88). Sum of RGB (Red+Green+Blue) = 10+191+88=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF58 is #F540A7. Grayscale: #7D7D7D. Windows color (decimal): -16072872 or 5816074. OLE color: 5816074.

HSL color Cylindrical-coordinate representation of color #0ABF58: hue angle of 145.86º 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 #0ABF58 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 88 -
CMYK 0.95 0 0.54 0.25
HSL 145.86º 0.9% 0.39% -
HSV(B) 145.86º 0.95% 0.75% -
XYZ 20.52 38.03 15.49 -
YUV 125.14 107.03 45.88 -
System Red Green Blue C M Y K H S L
Decimal 10 191 88 0.95 0 0.54 0.25 145.86 0.9 0.39
Hex A BF 58 5F 0 36 19 92 5A 27
Octal 12 277 130 137 0 66 31 222 132 47
Binary 1010 10111111 1011000 1011111 0 110110 11001 10010010 1011010 100111

Color Harmonies of #0ABF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF58

Black with #0ABF58

Text Example


Text Example

White with #0ABF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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