Html Css Color HEX #0AC651 Malachite

📋 copy color: '#0AC651'

red 10 ◦ green 198 ◦ blue 81

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

Shades of Malachite #0AC651

Tints of Malachite #0AC651

RGB

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

 GREEN value IS 198 (77.73% from 255) = 68.51%

 BLUE value IS 81 (32.03% from 255) = 28.03%

R = 3.46%
G = 68.51%
B = 28.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#0AC651 (or 0x0AC651) is known color: Malachite. HEX triplet: 0A, C6 and 51. RGB value is (10,198,81). Sum of RGB (Red+Green+Blue) = 10+198+81=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC651 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC651 is #F539AE. Grayscale: #808080. Windows color (decimal): -16071087 or 5359114. OLE color: 5359114.

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

Color convert

RGB 10 198 81 -
CMYK 0.95 0 0.59 0.22
HSL 142.66º 0.9% 0.41% -
HSV(B) 142.66º 0.95% 0.78% -
XYZ 21.8 41.05 14.56 -
YUV 128.45 101.22 43.51 -
System Red Green Blue C M Y K H S L
Decimal 10 198 81 0.95 0 0.59 0.22 142.66 0.9 0.41
Hex A C6 51 5F 0 3B 16 8F 5A 29
Octal 12 306 121 137 0 73 26 217 132 51
Binary 1010 11000110 1010001 1011111 0 111011 10110 10001111 1011010 101001

Color Harmonies of #0AC651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC651

Black with #0AC651

Text Example


Text Example

White with #0AC651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,198,81); }

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

background-color css

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

 a { background-color: rgb(10,198,81); }

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

border-color css

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

 span { border-color: rgb(10,198,81); }

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