Html Css Color HEX #0AD83E Malachite

📋 copy color: '#0AD83E'

red 10 ◦ green 216 ◦ blue 62

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

Shades of Malachite #0AD83E

Tints of Malachite #0AD83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 3.47%
G = 75%
B = 21.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#0AD83E (or 0x0AD83E) is known color: Malachite. HEX triplet: 0A, D8 and 3E. RGB value is (10,216,62). Sum of RGB (Red+Green+Blue) = 10+216+62=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD83E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD83E is #F527C1. Grayscale: #898989. Windows color (decimal): -16066498 or 4118538. OLE color: 4118538.

HSL color Cylindrical-coordinate representation of color #0AD83E: hue angle of 135.15º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD83E is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 216 62 -
CMYK 0.95 0 0.71 0.15
HSL 135.15º 0.91% 0.44% -
HSV(B) 135.15º 0.95% 0.85% -
XYZ 25.55 49.52 12.77 -
YUV 136.85 85.75 37.52 -
System Red Green Blue C M Y K H S L
Decimal 10 216 62 0.95 0 0.71 0.15 135.15 0.91 0.44
Hex A D8 3E 5F 0 47 F 87 5B 2C
Octal 12 330 76 137 0 107 17 207 133 54
Binary 1010 11011000 111110 1011111 0 1000111 1111 10000111 1011011 101100

Color Harmonies of #0AD83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD83E

Black with #0AD83E

Text Example


Text Example

White with #0AD83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,62); }

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

background-color css

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

 a { background-color: rgb(10,216,62); }

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

border-color css

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

 span { border-color: rgb(10,216,62); }

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