Html Css Color HEX #0AC057 Malachite

📋 copy color: '#0AC057'

red 10 ◦ green 192 ◦ blue 87

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

Shades of Malachite #0AC057

Tints of Malachite #0AC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.44%

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

R = 3.46%
G = 66.44%
B = 30.1%

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

#0AC057 (or 0x0AC057) is known color: Malachite. HEX triplet: 0A, C0 and 57. RGB value is (10,192,87). Sum of RGB (Red+Green+Blue) = 10+192+87=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC057 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC057 is #F53FA8. Grayscale: #7D7D7D. Windows color (decimal): -16072617 or 5750794. OLE color: 5750794.

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

Color convert

RGB 10 192 87 -
CMYK 0.95 0 0.55 0.25
HSL 145.38º 0.9% 0.4% -
HSV(B) 145.38º 0.95% 0.75% -
XYZ 20.7 38.45 15.35 -
YUV 125.61 106.2 45.54 -
System Red Green Blue C M Y K H S L
Decimal 10 192 87 0.95 0 0.55 0.25 145.38 0.9 0.4
Hex A C0 57 5F 0 37 19 91 5A 28
Octal 12 300 127 137 0 67 31 221 132 50
Binary 1010 11000000 1010111 1011111 0 110111 11001 10010001 1011010 101000

Color Harmonies of #0AC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC057

Black with #0AC057

Text Example


Text Example

White with #0AC057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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