Html Css Color HEX #0AD950 Malachite

📋 copy color: '#0AD950'

red 10 ◦ green 217 ◦ blue 80

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

Shades of Malachite #0AD950

Tints of Malachite #0AD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70.68%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 3.26%
G = 70.68%
B = 26.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#0AD950 (or 0x0AD950) is known color: Malachite. HEX triplet: 0A, D9 and 50. RGB value is (10,217,80). Sum of RGB (Red+Green+Blue) = 10+217+80=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD950 is #F526AF. Grayscale: #8B8B8B. Windows color (decimal): -16066224 or 5298442. OLE color: 5298442.

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

Color convert

RGB 10 217 80 -
CMYK 0.95 0 0.63 0.15
HSL 140.29º 0.91% 0.45% -
HSV(B) 140.29º 0.95% 0.85% -
XYZ 26.39 50.27 15.9 -
YUV 139.49 94.42 35.64 -
System Red Green Blue C M Y K H S L
Decimal 10 217 80 0.95 0 0.63 0.15 140.29 0.91 0.45
Hex A D9 50 5F 0 3F F 8C 5B 2D
Octal 12 331 120 137 0 77 17 214 133 55
Binary 1010 11011001 1010000 1011111 0 111111 1111 10001100 1011011 101101

Color Harmonies of #0AD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD950

Black with #0AD950

Text Example


Text Example

White with #0AD950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,217,80); }

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

background-color css

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

 a { background-color: rgb(10,217,80); }

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

border-color css

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

 span { border-color: rgb(10,217,80); }

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