Html Css Color HEX #0AD454 Malachite

📋 copy color: '#0AD454'

red 10 ◦ green 212 ◦ blue 84

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

Shades of Malachite #0AD454

Tints of Malachite #0AD454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 3.27%
G = 69.28%
B = 27.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#0AD454 (or 0x0AD454) is known color: Malachite. HEX triplet: 0A, D4 and 54. RGB value is (10,212,84). Sum of RGB (Red+Green+Blue) = 10+212+84=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 212 (83.20% from 255 or 69.28% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD454 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD454 is #F52BAB. Grayscale: #898989. Windows color (decimal): -16067500 or 5559306. OLE color: 5559306.

HSL color Cylindrical-coordinate representation of color #0AD454: hue angle of 141.98º 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 #0AD454 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 10 212 84 -
CMYK 0.95 0 0.60 0.17
HSL 141.98º 0.91% 0.44% -
HSV(B) 141.98º 0.95% 0.83% -
XYZ 25.27 47.79 16.28 -
YUV 137.01 98.08 37.41 -
System Red Green Blue C M Y K H S L
Decimal 10 212 84 0.95 0 0.60 0.17 141.98 0.91 0.44
Hex A D4 54 5F 0 3C 11 8E 5B 2C
Octal 12 324 124 137 0 74 21 216 133 54
Binary 1010 11010100 1010100 1011111 0 111100 10001 10001110 1011011 101100

Color Harmonies of #0AD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD454

Black with #0AD454

Text Example


Text Example

White with #0AD454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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