Html Css Color HEX #0AF15A Malachite

📋 copy color: '#0AF15A'

red 10 ◦ green 241 ◦ blue 90

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

Shades of Malachite #0AF15A

Tints of Malachite #0AF15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 2.93%
G = 70.67%
B = 26.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#0AF15A (or 0x0AF15A) is known color: Malachite. HEX triplet: 0A, F1 and 5A. RGB value is (10,241,90). Sum of RGB (Red+Green+Blue) = 10+241+90=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF15A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF15A is #F50EA5. Grayscale: #9B9B9B. Windows color (decimal): -16060070 or 5959946. OLE color: 5959946.

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

Color convert

RGB 10 241 90 -
CMYK 0.96 0 0.63 0.05
HSL 140.78º 0.92% 0.49% -
HSV(B) 140.78º 0.96% 0.95% -
XYZ 33.43 63.71 20.21 -
YUV 154.72 91.47 24.78 -
System Red Green Blue C M Y K H S L
Decimal 10 241 90 0.96 0 0.63 0.05 140.78 0.92 0.49
Hex A F1 5A 60 0 3F 5 8D 5C 31
Octal 12 361 132 140 0 77 5 215 134 61
Binary 1010 11110001 1011010 1100000 0 111111 101 10001101 1011100 110001

Color Harmonies of #0AF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF15A

Black with #0AF15A

Text Example


Text Example

White with #0AF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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