Html Css Color HEX #0AF15D Malachite

📋 copy color: '#0AF15D'

red 10 ◦ green 241 ◦ blue 93

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

Shades of Malachite #0AF15D

Tints of Malachite #0AF15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.06%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 2.91%
G = 70.06%
B = 27.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#0AF15D (or 0x0AF15D) is known color: Malachite. HEX triplet: 0A, F1 and 5D. RGB value is (10,241,93). Sum of RGB (Red+Green+Blue) = 10+241+93=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF15D is #F50EA2. Grayscale: #9B9B9B. Windows color (decimal): -16060067 or 6156554. OLE color: 6156554.

HSL color Cylindrical-coordinate representation of color #0AF15D: hue angle of 141.56º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF15D is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 241 93 -
CMYK 0.96 0 0.61 0.05
HSL 141.56º 0.92% 0.49% -
HSV(B) 141.56º 0.96% 0.95% -
XYZ 33.56 63.77 20.9 -
YUV 155.06 92.97 24.53 -
System Red Green Blue C M Y K H S L
Decimal 10 241 93 0.96 0 0.61 0.05 141.56 0.92 0.49
Hex A F1 5D 60 0 3D 5 8E 5C 31
Octal 12 361 135 140 0 75 5 216 134 61
Binary 1010 11110001 1011101 1100000 0 111101 101 10001110 1011100 110001

Color Harmonies of #0AF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF15D

Black with #0AF15D

Text Example


Text Example

White with #0AF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,93); }

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

background-color css

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

 a { background-color: rgb(10,241,93); }

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

border-color css

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

 span { border-color: rgb(10,241,93); }

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