Html Css Color HEX #0AC552 Malachite

📋 copy color: '#0AC552'

red 10 ◦ green 197 ◦ blue 82

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

Shades of Malachite #0AC552

Tints of Malachite #0AC552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 3.46%
G = 68.17%
B = 28.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#0AC552 (or 0x0AC552) is known color: Malachite. HEX triplet: 0A, C5 and 52. RGB value is (10,197,82). Sum of RGB (Red+Green+Blue) = 10+197+82=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC552 is #F53AAD. Grayscale: #808080. Windows color (decimal): -16071342 or 5424394. OLE color: 5424394.

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

Color convert

RGB 10 197 82 -
CMYK 0.95 0 0.58 0.23
HSL 143.1º 0.9% 0.41% -
HSV(B) 143.1º 0.95% 0.77% -
XYZ 21.61 40.61 14.68 -
YUV 127.98 102.05 43.85 -
System Red Green Blue C M Y K H S L
Decimal 10 197 82 0.95 0 0.58 0.23 143.1 0.9 0.41
Hex A C5 52 5F 0 3A 17 8F 5A 29
Octal 12 305 122 137 0 72 27 217 132 51
Binary 1010 11000101 1010010 1011111 0 111010 10111 10001111 1011010 101001

Color Harmonies of #0AC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC552

Black with #0AC552

Text Example


Text Example

White with #0AC552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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