Html Css Color HEX #0AF15B Malachite

📋 copy color: '#0AF15B'

red 10 ◦ green 241 ◦ blue 91

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

Shades of Malachite #0AF15B

Tints of Malachite #0AF15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 2.92%
G = 70.47%
B = 26.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#0AF15B (or 0x0AF15B) is known color: Malachite. HEX triplet: 0A, F1 and 5B. RGB value is (10,241,91). Sum of RGB (Red+Green+Blue) = 10+241+91=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF15B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF15B is #F50EA4. Grayscale: #9B9B9B. Windows color (decimal): -16060069 or 6025482. OLE color: 6025482.

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

Color convert

RGB 10 241 91 -
CMYK 0.96 0 0.62 0.05
HSL 141.04º 0.92% 0.49% -
HSV(B) 141.04º 0.96% 0.95% -
XYZ 33.47 63.73 20.43 -
YUV 154.83 91.97 24.7 -
System Red Green Blue C M Y K H S L
Decimal 10 241 91 0.96 0 0.62 0.05 141.04 0.92 0.49
Hex A F1 5B 60 0 3E 5 8D 5C 31
Octal 12 361 133 140 0 76 5 215 134 61
Binary 1010 11110001 1011011 1100000 0 111110 101 10001101 1011100 110001

Color Harmonies of #0AF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF15B

Black with #0AF15B

Text Example


Text Example

White with #0AF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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