Html Css Color HEX #0AC259 Malachite

📋 copy color: '#0AC259'

red 10 ◦ green 194 ◦ blue 89

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

Shades of Malachite #0AC259

Tints of Malachite #0AC259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 3.41%
G = 66.21%
B = 30.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#0AC259 (or 0x0AC259) is known color: Malachite. HEX triplet: 0A, C2 and 59. RGB value is (10,194,89). Sum of RGB (Red+Green+Blue) = 10+194+89=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC259 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC259 is #F53DA6. Grayscale: #7F7F7F. Windows color (decimal): -16072103 or 5882378. OLE color: 5882378.

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

Color convert

RGB 10 194 89 -
CMYK 0.95 0 0.54 0.24
HSL 145.76º 0.9% 0.4% -
HSV(B) 145.76º 0.95% 0.76% -
XYZ 21.22 39.37 15.93 -
YUV 127.01 106.54 44.54 -
System Red Green Blue C M Y K H S L
Decimal 10 194 89 0.95 0 0.54 0.24 145.76 0.9 0.4
Hex A C2 59 5F 0 36 18 92 5A 28
Octal 12 302 131 137 0 66 30 222 132 50
Binary 1010 11000010 1011001 1011111 0 110110 11000 10010010 1011010 101000

Color Harmonies of #0AC259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC259

Black with #0AC259

Text Example


Text Example

White with #0AC259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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