Html Css Color HEX #0ADF41 Malachite

📋 copy color: '#0ADF41'

red 10 ◦ green 223 ◦ blue 65

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

Shades of Malachite #0ADF41

Tints of Malachite #0ADF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 3.36%
G = 74.83%
B = 21.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#0ADF41 (or 0x0ADF41) is known color: Malachite. HEX triplet: 0A, DF and 41. RGB value is (10,223,65). Sum of RGB (Red+Green+Blue) = 10+223+65=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADF41 is #F520BE. Grayscale: #8D8D8D. Windows color (decimal): -16064703 or 4316938. OLE color: 4316938.

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

Color convert

RGB 10 223 65 -
CMYK 0.96 0 0.71 0.13
HSL 135.49º 0.91% 0.46% -
HSV(B) 135.49º 0.96% 0.87% -
XYZ 27.47 53.22 13.83 -
YUV 141.3 84.93 34.35 -
System Red Green Blue C M Y K H S L
Decimal 10 223 65 0.96 0 0.71 0.13 135.49 0.91 0.46
Hex A DF 41 60 0 47 D 87 5B 2E
Octal 12 337 101 140 0 107 15 207 133 56
Binary 1010 11011111 1000001 1100000 0 1000111 1101 10000111 1011011 101110

Color Harmonies of #0ADF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADF41

Black with #0ADF41

Text Example


Text Example

White with #0ADF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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