Html Css Color HEX #0AC74D Malachite

📋 copy color: '#0AC74D'

red 10 ◦ green 199 ◦ blue 77

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

Shades of Malachite #0AC74D

Tints of Malachite #0AC74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 69.58%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 3.5%
G = 69.58%
B = 26.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#0AC74D (or 0x0AC74D) is known color: Malachite. HEX triplet: 0A, C7 and 4D. RGB value is (10,199,77). Sum of RGB (Red+Green+Blue) = 10+199+77=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 199 (78.12% from 255 or 69.58% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC74D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC74D is #F538B2. Grayscale: #808080. Windows color (decimal): -16070835 or 5097226. OLE color: 5097226.

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

Color convert

RGB 10 199 77 -
CMYK 0.95 0 0.61 0.22
HSL 141.27º 0.9% 0.41% -
HSV(B) 141.27º 0.95% 0.78% -
XYZ 21.89 41.45 13.87 -
YUV 128.58 98.88 43.42 -
System Red Green Blue C M Y K H S L
Decimal 10 199 77 0.95 0 0.61 0.22 141.27 0.9 0.41
Hex A C7 4D 5F 0 3D 16 8D 5A 29
Octal 12 307 115 137 0 75 26 215 132 51
Binary 1010 11000111 1001101 1011111 0 111101 10110 10001101 1011010 101001

Color Harmonies of #0AC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC74D

Black with #0AC74D

Text Example


Text Example

White with #0AC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,199,77); }

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

background-color css

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

 a { background-color: rgb(10,199,77); }

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

border-color css

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

 span { border-color: rgb(10,199,77); }

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