Html Css Color HEX #0AF150 Malachite

📋 copy color: '#0AF150'

red 10 ◦ green 241 ◦ blue 80

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

Shades of Malachite #0AF150

Tints of Malachite #0AF150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 3.02%
G = 72.81%
B = 24.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#0AF150 (or 0x0AF150) is known color: Malachite. HEX triplet: 0A, F1 and 50. RGB value is (10,241,80). Sum of RGB (Red+Green+Blue) = 10+241+80=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF150 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF150 is #F50EAF. Grayscale: #999999. Windows color (decimal): -16060080 or 5304586. OLE color: 5304586.

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

Color convert

RGB 10 241 80 -
CMYK 0.96 0 0.67 0.05
HSL 138.18º 0.92% 0.49% -
HSV(B) 138.18º 0.96% 0.95% -
XYZ 33.03 63.55 18.12 -
YUV 153.58 86.47 25.59 -
System Red Green Blue C M Y K H S L
Decimal 10 241 80 0.96 0 0.67 0.05 138.18 0.92 0.49
Hex A F1 50 60 0 43 5 8A 5C 31
Octal 12 361 120 140 0 103 5 212 134 61
Binary 1010 11110001 1010000 1100000 0 1000011 101 10001010 1011100 110001

Color Harmonies of #0AF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF150

Black with #0AF150

Text Example


Text Example

White with #0AF150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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