Html Css Color HEX #0AC261 Malachite

📋 copy color: '#0AC261'

red 10 ◦ green 194 ◦ blue 97

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

Shades of Malachite #0AC261

Tints of Malachite #0AC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 3.32%
G = 64.45%
B = 32.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#0AC261 (or 0x0AC261) is known color: Malachite. HEX triplet: 0A, C2 and 61. RGB value is (10,194,97). Sum of RGB (Red+Green+Blue) = 10+194+97=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC261 is #F53D9E. Grayscale: #808080. Windows color (decimal): -16072095 or 6406666. OLE color: 6406666.

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

Color convert

RGB 10 194 97 -
CMYK 0.95 0 0.50 0.24
HSL 148.37º 0.9% 0.4% -
HSV(B) 148.37º 0.95% 0.76% -
XYZ 21.57 39.51 17.8 -
YUV 127.93 110.54 43.89 -
System Red Green Blue C M Y K H S L
Decimal 10 194 97 0.95 0 0.50 0.24 148.37 0.9 0.4
Hex A C2 61 5F 0 32 18 94 5A 28
Octal 12 302 141 137 0 62 30 224 132 50
Binary 1010 11000010 1100001 1011111 0 110010 11000 10010100 1011010 101000

Color Harmonies of #0AC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC261

Black with #0AC261

Text Example


Text Example

White with #0AC261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,97); }

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

background-color css

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

 a { background-color: rgb(10,194,97); }

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

border-color css

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

 span { border-color: rgb(10,194,97); }

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