Html Css Color HEX #0AC55E Malachite

📋 copy color: '#0AC55E'

red 10 ◦ green 197 ◦ blue 94

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

Shades of Malachite #0AC55E

Tints of Malachite #0AC55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.45%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 3.32%
G = 65.45%
B = 31.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#0AC55E (or 0x0AC55E) is known color: Malachite. HEX triplet: 0A, C5 and 5E. RGB value is (10,197,94). Sum of RGB (Red+Green+Blue) = 10+197+94=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC55E is #F53AA1. Grayscale: #818181. Windows color (decimal): -16071330 or 6210826. OLE color: 6210826.

HSL color Cylindrical-coordinate representation of color #0AC55E: hue angle of 146.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC55E is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 197 94 -
CMYK 0.95 0 0.52 0.23
HSL 146.95º 0.9% 0.41% -
HSV(B) 146.95º 0.95% 0.77% -
XYZ 22.11 40.81 17.3 -
YUV 129.35 108.05 42.88 -
System Red Green Blue C M Y K H S L
Decimal 10 197 94 0.95 0 0.52 0.23 146.95 0.9 0.41
Hex A C5 5E 5F 0 34 17 93 5A 29
Octal 12 305 136 137 0 64 27 223 132 51
Binary 1010 11000101 1011110 1011111 0 110100 10111 10010011 1011010 101001

Color Harmonies of #0AC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC55E

Black with #0AC55E

Text Example


Text Example

White with #0AC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,197,94); }

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

background-color css

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

 a { background-color: rgb(10,197,94); }

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

border-color css

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

 span { border-color: rgb(10,197,94); }

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