Html Css Color HEX #0AC55B Malachite

📋 copy color: '#0AC55B'

red 10 ◦ green 197 ◦ blue 91

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

Shades of Malachite #0AC55B

Tints of Malachite #0AC55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 3.36%
G = 66.11%
B = 30.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#0AC55B (or 0x0AC55B) is known color: Malachite. HEX triplet: 0A, C5 and 5B. RGB value is (10,197,91). Sum of RGB (Red+Green+Blue) = 10+197+91=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC55B is #F53AA4. Grayscale: #818181. Windows color (decimal): -16071333 or 6014218. OLE color: 6014218.

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

Color convert

RGB 10 197 91 -
CMYK 0.95 0 0.54 0.23
HSL 145.99º 0.9% 0.41% -
HSV(B) 145.99º 0.95% 0.77% -
XYZ 21.98 40.75 16.61 -
YUV 129 106.55 43.12 -
System Red Green Blue C M Y K H S L
Decimal 10 197 91 0.95 0 0.54 0.23 145.99 0.9 0.41
Hex A C5 5B 5F 0 36 17 92 5A 29
Octal 12 305 133 137 0 66 27 222 132 51
Binary 1010 11000101 1011011 1011111 0 110110 10111 10010010 1011010 101001

Color Harmonies of #0AC55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC55B

Black with #0AC55B

Text Example


Text Example

White with #0AC55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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