Html Css Color HEX #0ADF6B Malachite

📋 copy color: '#0ADF6B'

red 10 ◦ green 223 ◦ blue 107

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

Shades of Malachite #0ADF6B

Tints of Malachite #0ADF6B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.59%

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

R = 2.94%
G = 65.59%
B = 31.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#0ADF6B (or 0x0ADF6B) is known color: Malachite. HEX triplet: 0A, DF and 6B. RGB value is (10,223,107). Sum of RGB (Red+Green+Blue) = 10+223+107=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 223 (87.5% from 255 or 65.59% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADF6B is #F52094. Grayscale: #929292. Windows color (decimal): -16064661 or 7069450. OLE color: 7069450.

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

Color convert

RGB 10 223 107 -
CMYK 0.96 0 0.52 0.13
HSL 147.32º 0.91% 0.46% -
HSV(B) 147.32º 0.96% 0.87% -
XYZ 29.17 53.9 22.78 -
YUV 146.09 105.93 30.93 -
System Red Green Blue C M Y K H S L
Decimal 10 223 107 0.96 0 0.52 0.13 147.32 0.91 0.46
Hex A DF 6B 60 0 34 D 93 5B 2E
Octal 12 337 153 140 0 64 15 223 133 56
Binary 1010 11011111 1101011 1100000 0 110100 1101 10010011 1011011 101110

Color Harmonies of #0ADF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF6B

Black with #0ADF6B

Text Example


Text Example

White with #0ADF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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