Html Css Color HEX #0ADC6B Malachite

📋 copy color: '#0ADC6B'

red 10 ◦ green 220 ◦ blue 107

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

Shades of Malachite #0ADC6B

Tints of Malachite #0ADC6B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 2.97%
G = 65.28%
B = 31.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#0ADC6B (or 0x0ADC6B) is known color: Malachite. HEX triplet: 0A, DC and 6B. RGB value is (10,220,107). Sum of RGB (Red+Green+Blue) = 10+220+107=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADC6B is #F52394. Grayscale: #909090. Windows color (decimal): -16065429 or 7068682. OLE color: 7068682.

HSL color Cylindrical-coordinate representation of color #0ADC6B: hue angle of 147.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADC6B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 220 107 -
CMYK 0.95 0 0.51 0.14
HSL 147.71º 0.91% 0.45% -
HSV(B) 147.71º 0.95% 0.86% -
XYZ 28.37 52.31 22.51 -
YUV 144.33 106.93 32.19 -
System Red Green Blue C M Y K H S L
Decimal 10 220 107 0.95 0 0.51 0.14 147.71 0.91 0.45
Hex A DC 6B 5F 0 33 E 94 5B 2D
Octal 12 334 153 137 0 63 16 224 133 55
Binary 1010 11011100 1101011 1011111 0 110011 1110 10010100 1011011 101101

Color Harmonies of #0ADC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADC6B

Black with #0ADC6B

Text Example


Text Example

White with #0ADC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,107); }

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

background-color css

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

 a { background-color: rgb(10,220,107); }

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

border-color css

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

 span { border-color: rgb(10,220,107); }

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