Html Css Color HEX #0FFA49 Malachite

📋 copy color: '#0FFA49'

red 15 ◦ green 250 ◦ blue 73

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

Shades of Malachite #0FFA49

Tints of Malachite #0FFA49

RGB

 RED value IS 15 (6.25% from 255) = 4.44%

 GREEN value IS 250 (98.05% from 255) = 73.96%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 4.44%
G = 73.96%
B = 21.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#0FFA49 (or 0x0FFA49) is known color: Malachite. HEX triplet: 0F, FA and 49. RGB value is (15,250,73). Sum of RGB (Red+Green+Blue) = 15+250+73=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA49 is #F005B6. Grayscale: #A0A0A0. Windows color (decimal): -15730103 or 4848143. OLE color: 4848143.

HSL color Cylindrical-coordinate representation of color #0FFA49: hue angle of 134.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA49 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 73 -
CMYK 0.94 0 0.71 0.02
HSL 134.81º 0.96% 0.52% -
HSV(B) 134.81º 0.94% 0.98% -
XYZ 35.59 68.95 17.74 -
YUV 159.56 79.14 24.89 -
System Red Green Blue C M Y K H S L
Decimal 15 250 73 0.94 0 0.71 0.02 134.81 0.96 0.52
Hex F FA 49 5E 0 47 2 87 60 34
Octal 17 372 111 136 0 107 2 207 140 64
Binary 1111 11111010 1001001 1011110 0 1000111 10 10000111 1100000 110100

Color Harmonies of #0FFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA49

Black with #0FFA49

Text Example


Text Example

White with #0FFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,73); }

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

background-color css

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

 a { background-color: rgb(15,250,73); }

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

border-color css

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

 span { border-color: rgb(15,250,73); }

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