Html Css Color HEX #0AD447 Malachite

📋 copy color: '#0AD447'

red 10 ◦ green 212 ◦ blue 71

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

Shades of Malachite #0AD447

Tints of Malachite #0AD447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 72.35%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 3.41%
G = 72.35%
B = 24.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#0AD447 (or 0x0AD447) is known color: Malachite. HEX triplet: 0A, D4 and 47. RGB value is (10,212,71). Sum of RGB (Red+Green+Blue) = 10+212+71=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD447 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD447 is #F52BB8. Grayscale: #878787. Windows color (decimal): -16067513 or 4707338. OLE color: 4707338.

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

Color convert

RGB 10 212 71 -
CMYK 0.95 0 0.67 0.17
HSL 138.12º 0.91% 0.44% -
HSV(B) 138.12º 0.95% 0.83% -
XYZ 24.81 47.61 13.84 -
YUV 135.53 91.58 38.46 -
System Red Green Blue C M Y K H S L
Decimal 10 212 71 0.95 0 0.67 0.17 138.12 0.91 0.44
Hex A D4 47 5F 0 43 11 8A 5B 2C
Octal 12 324 107 137 0 103 21 212 133 54
Binary 1010 11010100 1000111 1011111 0 1000011 10001 10001010 1011011 101100

Color Harmonies of #0AD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD447

Black with #0AD447

Text Example


Text Example

White with #0AD447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,212,71); }

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

background-color css

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

 a { background-color: rgb(10,212,71); }

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

border-color css

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

 span { border-color: rgb(10,212,71); }

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