Html Css Color HEX #0AD666 Malachite

📋 copy color: '#0AD666'

red 10 ◦ green 214 ◦ blue 102

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

Shades of Malachite #0AD666

Tints of Malachite #0AD666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.64%

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

R = 3.07%
G = 65.64%
B = 31.29%

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

#0AD666 (or 0x0AD666) is known color: Malachite. HEX triplet: 0A, D6 and 66. RGB value is (10,214,102). Sum of RGB (Red+Green+Blue) = 10+214+102=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD666 is #F52999. Grayscale: #8C8C8C. Windows color (decimal): -16066970 or 6739466. OLE color: 6739466.

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

Color convert

RGB 10 214 102 -
CMYK 0.95 0 0.52 0.16
HSL 147.06º 0.91% 0.44% -
HSV(B) 147.06º 0.95% 0.84% -
XYZ 26.57 49.12 20.65 -
YUV 140.24 106.41 35.11 -
System Red Green Blue C M Y K H S L
Decimal 10 214 102 0.95 0 0.52 0.16 147.06 0.91 0.44
Hex A D6 66 5F 0 34 10 93 5B 2C
Octal 12 326 146 137 0 64 20 223 133 54
Binary 1010 11010110 1100110 1011111 0 110100 10000 10010011 1011011 101100

Color Harmonies of #0AD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD666

Black with #0AD666

Text Example


Text Example

White with #0AD666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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