Html Css Color HEX #0AD774 Malachite

📋 copy color: '#0AD774'

red 10 ◦ green 215 ◦ blue 116

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

Shades of Malachite #0AD774

Tints of Malachite #0AD774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.05%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 2.93%
G = 63.05%
B = 34.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#0AD774 (or 0x0AD774) is known color: Malachite. HEX triplet: 0A, D7 and 74. RGB value is (10,215,116). Sum of RGB (Red+Green+Blue) = 10+215+116=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD774 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD774 is #F5288B. Grayscale: #8E8E8E. Windows color (decimal): -16066700 or 7657226. OLE color: 7657226.

HSL color Cylindrical-coordinate representation of color #0AD774: hue angle of 151.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD774 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 215 116 -
CMYK 0.95 0 0.46 0.16
HSL 151.02º 0.91% 0.44% -
HSV(B) 151.02º 0.95% 0.84% -
XYZ 27.58 49.93 24.71 -
YUV 142.42 113.08 33.55 -
System Red Green Blue C M Y K H S L
Decimal 10 215 116 0.95 0 0.46 0.16 151.02 0.91 0.44
Hex A D7 74 5F 0 2E 10 97 5B 2C
Octal 12 327 164 137 0 56 20 227 133 54
Binary 1010 11010111 1110100 1011111 0 101110 10000 10010111 1011011 101100

Color Harmonies of #0AD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD774

Black with #0AD774

Text Example


Text Example

White with #0AD774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,116); }

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

background-color css

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

 a { background-color: rgb(10,215,116); }

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

border-color css

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

 span { border-color: rgb(10,215,116); }

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