Html Css Color HEX #0AD448 Malachite

📋 copy color: '#0AD448'

red 10 ◦ green 212 ◦ blue 72

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

Shades of Malachite #0AD448

Tints of Malachite #0AD448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 3.4%
G = 72.11%
B = 24.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#0AD448 (or 0x0AD448) is known color: Malachite. HEX triplet: 0A, D4 and 48. RGB value is (10,212,72). Sum of RGB (Red+Green+Blue) = 10+212+72=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 212 (83.20% from 255 or 72.11% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD448 is #F52BB7. Grayscale: #878787. Windows color (decimal): -16067512 or 4772874. OLE color: 4772874.

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

Color convert

RGB 10 212 72 -
CMYK 0.95 0 0.66 0.17
HSL 138.42º 0.91% 0.44% -
HSV(B) 138.42º 0.95% 0.83% -
XYZ 24.84 47.62 14.01 -
YUV 135.64 92.08 38.38 -
System Red Green Blue C M Y K H S L
Decimal 10 212 72 0.95 0 0.66 0.17 138.42 0.91 0.44
Hex A D4 48 5F 0 42 11 8A 5B 2C
Octal 12 324 110 137 0 102 21 212 133 54
Binary 1010 11010100 1001000 1011111 0 1000010 10001 10001010 1011011 101100

Color Harmonies of #0AD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD448

Black with #0AD448

Text Example


Text Example

White with #0AD448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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