Html Css Color HEX #0AC260 Malachite

📋 copy color: '#0AC260'

red 10 ◦ green 194 ◦ blue 96

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

Shades of Malachite #0AC260

Tints of Malachite #0AC260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32%

R = 3.33%
G = 64.67%
B = 32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#0AC260 (or 0x0AC260) is known color: Malachite. HEX triplet: 0A, C2 and 60. RGB value is (10,194,96). Sum of RGB (Red+Green+Blue) = 10+194+96=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC260 is #F53D9F. Grayscale: #808080. Windows color (decimal): -16072096 or 6341130. OLE color: 6341130.

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

Color convert

RGB 10 194 96 -
CMYK 0.95 0 0.51 0.24
HSL 148.04º 0.9% 0.4% -
HSV(B) 148.04º 0.95% 0.76% -
XYZ 21.53 39.49 17.55 -
YUV 127.81 110.04 43.97 -
System Red Green Blue C M Y K H S L
Decimal 10 194 96 0.95 0 0.51 0.24 148.04 0.9 0.4
Hex A C2 60 5F 0 33 18 94 5A 28
Octal 12 302 140 137 0 63 30 224 132 50
Binary 1010 11000010 1100000 1011111 0 110011 11000 10010100 1011010 101000

Color Harmonies of #0AC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC260

Black with #0AC260

Text Example


Text Example

White with #0AC260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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