Html Css Color HEX #0AD566 Malachite

📋 copy color: '#0AD566'

red 10 ◦ green 213 ◦ blue 102

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

Shades of Malachite #0AD566

Tints of Malachite #0AD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.54%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 3.08%
G = 65.54%
B = 31.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#0AD566 (or 0x0AD566) is known color: Malachite. HEX triplet: 0A, D5 and 66. RGB value is (10,213,102). Sum of RGB (Red+Green+Blue) = 10+213+102=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD566 is #F52A99. Grayscale: #8B8B8B. Windows color (decimal): -16067226 or 6739210. OLE color: 6739210.

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

Color convert

RGB 10 213 102 -
CMYK 0.95 0 0.52 0.16
HSL 147.19º 0.91% 0.44% -
HSV(B) 147.19º 0.95% 0.84% -
XYZ 26.32 48.61 20.57 -
YUV 139.65 106.75 35.53 -
System Red Green Blue C M Y K H S L
Decimal 10 213 102 0.95 0 0.52 0.16 147.19 0.91 0.44
Hex A D5 66 5F 0 34 10 93 5B 2C
Octal 12 325 146 137 0 64 20 223 133 54
Binary 1010 11010101 1100110 1011111 0 110100 10000 10010011 1011011 101100

Color Harmonies of #0AD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD566

Black with #0AD566

Text Example


Text Example

White with #0AD566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,213,102); }

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

background-color css

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

 a { background-color: rgb(10,213,102); }

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

border-color css

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

 span { border-color: rgb(10,213,102); }

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