Html Css Color HEX #0AC05B Malachite

📋 copy color: '#0AC05B'

red 10 ◦ green 192 ◦ blue 91

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

Shades of Malachite #0AC05B

Tints of Malachite #0AC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.53%

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

R = 3.41%
G = 65.53%
B = 31.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#0AC05B (or 0x0AC05B) is known color: Malachite. HEX triplet: 0A, C0 and 5B. RGB value is (10,192,91). Sum of RGB (Red+Green+Blue) = 10+192+91=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC05B is #F53FA4. Grayscale: #7E7E7E. Windows color (decimal): -16072613 or 6012938. OLE color: 6012938.

HSL color Cylindrical-coordinate representation of color #0AC05B: hue angle of 146.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC05B is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 192 91 -
CMYK 0.95 0 0.53 0.25
HSL 146.7º 0.9% 0.4% -
HSV(B) 146.7º 0.95% 0.75% -
XYZ 20.86 38.52 16.23 -
YUV 126.07 108.2 45.21 -
System Red Green Blue C M Y K H S L
Decimal 10 192 91 0.95 0 0.53 0.25 146.7 0.9 0.4
Hex A C0 5B 5F 0 35 19 93 5A 28
Octal 12 300 133 137 0 65 31 223 132 50
Binary 1010 11000000 1011011 1011111 0 110101 11001 10010011 1011010 101000

Color Harmonies of #0AC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC05B

Black with #0AC05B

Text Example


Text Example

White with #0AC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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