Html Css Color HEX #0ADF68 Malachite

📋 copy color: '#0ADF68'

red 10 ◦ green 223 ◦ blue 104

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

Shades of Malachite #0ADF68

Tints of Malachite #0ADF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 2.97%
G = 66.17%
B = 30.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#0ADF68 (or 0x0ADF68) is known color: Malachite. HEX triplet: 0A, DF and 68. RGB value is (10,223,104). Sum of RGB (Red+Green+Blue) = 10+223+104=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADF68 is #F52097. Grayscale: #929292. Windows color (decimal): -16064664 or 6872842. OLE color: 6872842.

HSL color Cylindrical-coordinate representation of color #0ADF68: hue angle of 146.48º 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 #0ADF68 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 223 104 -
CMYK 0.96 0 0.53 0.13
HSL 146.48º 0.91% 0.46% -
HSV(B) 146.48º 0.96% 0.87% -
XYZ 29.01 53.84 21.96 -
YUV 145.75 104.43 31.18 -
System Red Green Blue C M Y K H S L
Decimal 10 223 104 0.96 0 0.53 0.13 146.48 0.91 0.46
Hex A DF 68 60 0 35 D 92 5B 2E
Octal 12 337 150 140 0 65 15 222 133 56
Binary 1010 11011111 1101000 1100000 0 110101 1101 10010010 1011011 101110

Color Harmonies of #0ADF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF68

Black with #0ADF68

Text Example


Text Example

White with #0ADF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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