Html Css Color HEX #0ADE6B Malachite

📋 copy color: '#0ADE6B'

red 10 ◦ green 222 ◦ blue 107

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

Shades of Malachite #0ADE6B

Tints of Malachite #0ADE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.49%

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

R = 2.95%
G = 65.49%
B = 31.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#0ADE6B (or 0x0ADE6B) is known color: Malachite. HEX triplet: 0A, DE and 6B. RGB value is (10,222,107). Sum of RGB (Red+Green+Blue) = 10+222+107=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADE6B is #F52194. Grayscale: #919191. Windows color (decimal): -16064917 or 7069194. OLE color: 7069194.

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

Color convert

RGB 10 222 107 -
CMYK 0.95 0 0.52 0.13
HSL 147.45º 0.91% 0.45% -
HSV(B) 147.45º 0.95% 0.87% -
XYZ 28.9 53.37 22.69 -
YUV 145.5 106.26 31.35 -
System Red Green Blue C M Y K H S L
Decimal 10 222 107 0.95 0 0.52 0.13 147.45 0.91 0.45
Hex A DE 6B 5F 0 34 D 93 5B 2D
Octal 12 336 153 137 0 64 15 223 133 55
Binary 1010 11011110 1101011 1011111 0 110100 1101 10010011 1011011 101101

Color Harmonies of #0ADE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADE6B

Black with #0ADE6B

Text Example


Text Example

White with #0ADE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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