Html Css Color HEX #0AD848 Malachite

📋 copy color: '#0AD848'

red 10 ◦ green 216 ◦ blue 72

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

Shades of Malachite #0AD848

Tints of Malachite #0AD848

RGB

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

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

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

R = 3.36%
G = 72.48%
B = 24.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#0AD848 (or 0x0AD848) is known color: Malachite. HEX triplet: 0A, D8 and 48. RGB value is (10,216,72). Sum of RGB (Red+Green+Blue) = 10+216+72=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 216 (84.77% from 255 or 72.48% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD848 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD848 is #F527B7. Grayscale: #8A8A8A. Windows color (decimal): -16066488 or 4773898. OLE color: 4773898.

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

Color convert

RGB 10 216 72 -
CMYK 0.95 0 0.67 0.15
HSL 138.06º 0.91% 0.44% -
HSV(B) 138.06º 0.95% 0.85% -
XYZ 25.85 49.64 14.35 -
YUV 137.99 90.75 36.71 -
System Red Green Blue C M Y K H S L
Decimal 10 216 72 0.95 0 0.67 0.15 138.06 0.91 0.44
Hex A D8 48 5F 0 43 F 8A 5B 2C
Octal 12 330 110 137 0 103 17 212 133 54
Binary 1010 11011000 1001000 1011111 0 1000011 1111 10001010 1011011 101100

Color Harmonies of #0AD848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD848

Black with #0AD848

Text Example


Text Example

White with #0AD848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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