Html Css Color HEX #0AC154 Malachite

📋 copy color: '#0AC154'

red 10 ◦ green 193 ◦ blue 84

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

Shades of Malachite #0AC154

Tints of Malachite #0AC154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.25%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 3.48%
G = 67.25%
B = 29.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#0AC154 (or 0x0AC154) is known color: Malachite. HEX triplet: 0A, C1 and 54. RGB value is (10,193,84). Sum of RGB (Red+Green+Blue) = 10+193+84=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC154 is #F53EAB. Grayscale: #7E7E7E. Windows color (decimal): -16072364 or 5554442. OLE color: 5554442.

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

Color convert

RGB 10 193 84 -
CMYK 0.95 0 0.56 0.24
HSL 144.26º 0.9% 0.4% -
HSV(B) 144.26º 0.95% 0.76% -
XYZ 20.8 38.84 14.79 -
YUV 125.86 104.37 45.36 -
System Red Green Blue C M Y K H S L
Decimal 10 193 84 0.95 0 0.56 0.24 144.26 0.9 0.4
Hex A C1 54 5F 0 38 18 90 5A 28
Octal 12 301 124 137 0 70 30 220 132 50
Binary 1010 11000001 1010100 1011111 0 111000 11000 10010000 1011010 101000

Color Harmonies of #0AC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC154

Black with #0AC154

Text Example


Text Example

White with #0AC154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,84); }

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

background-color css

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

 a { background-color: rgb(10,193,84); }

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

border-color css

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

 span { border-color: rgb(10,193,84); }

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