Html Css Color HEX #0AD85A Malachite

📋 copy color: '#0AD85A'

red 10 ◦ green 216 ◦ blue 90

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

Shades of Malachite #0AD85A

Tints of Malachite #0AD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 3.16%
G = 68.35%
B = 28.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#0AD85A (or 0x0AD85A) is known color: Malachite. HEX triplet: 0A, D8 and 5A. RGB value is (10,216,90). Sum of RGB (Red+Green+Blue) = 10+216+90=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD85A is #F527A5. Grayscale: #8C8C8C. Windows color (decimal): -16066470 or 5953546. OLE color: 5953546.

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

Color convert

RGB 10 216 90 -
CMYK 0.95 0 0.58 0.15
HSL 143.3º 0.91% 0.44% -
HSV(B) 143.3º 0.95% 0.85% -
XYZ 26.53 49.91 17.91 -
YUV 140.04 99.75 35.25 -
System Red Green Blue C M Y K H S L
Decimal 10 216 90 0.95 0 0.58 0.15 143.3 0.91 0.44
Hex A D8 5A 5F 0 3A F 8F 5B 2C
Octal 12 330 132 137 0 72 17 217 133 54
Binary 1010 11011000 1011010 1011111 0 111010 1111 10001111 1011011 101100

Color Harmonies of #0AD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD85A

Black with #0AD85A

Text Example


Text Example

White with #0AD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,90); }

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

background-color css

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

 a { background-color: rgb(10,216,90); }

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

border-color css

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

 span { border-color: rgb(10,216,90); }

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