Html Css Color HEX #0AD161 Malachite

📋 copy color: '#0AD161'

red 10 ◦ green 209 ◦ blue 97

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

Shades of Malachite #0AD161

Tints of Malachite #0AD161

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.14%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 3.16%
G = 66.14%
B = 30.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#0AD161 (or 0x0AD161) is known color: Malachite. HEX triplet: 0A, D1 and 61. RGB value is (10,209,97). Sum of RGB (Red+Green+Blue) = 10+209+97=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD161 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD161 is #F52E9E. Grayscale: #888888. Windows color (decimal): -16068255 or 6410506. OLE color: 6410506.

HSL color Cylindrical-coordinate representation of color #0AD161: hue angle of 146.23º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD161 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 209 97 -
CMYK 0.95 0 0.54 0.18
HSL 146.23º 0.91% 0.43% -
HSV(B) 146.23º 0.95% 0.82% -
XYZ 25.08 46.53 18.97 -
YUV 136.73 105.57 37.61 -
System Red Green Blue C M Y K H S L
Decimal 10 209 97 0.95 0 0.54 0.18 146.23 0.91 0.43
Hex A D1 61 5F 0 36 12 92 5B 2B
Octal 12 321 141 137 0 66 22 222 133 53
Binary 1010 11010001 1100001 1011111 0 110110 10010 10010010 1011011 101011

Color Harmonies of #0AD161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD161

Black with #0AD161

Text Example


Text Example

White with #0AD161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,209,97); }

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

background-color css

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

 a { background-color: rgb(10,209,97); }

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

border-color css

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

 span { border-color: rgb(10,209,97); }

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