Html Css Color HEX #0FFD49 Malachite

📋 copy color: '#0FFD49'

red 15 ◦ green 253 ◦ blue 73

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

Shades of Malachite #0FFD49

Tints of Malachite #0FFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.19%

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

R = 4.4%
G = 74.19%
B = 21.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#0FFD49 (or 0x0FFD49) is known color: Malachite. HEX triplet: 0F, FD and 49. RGB value is (15,253,73). Sum of RGB (Red+Green+Blue) = 15+253+73=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 253 (99.22% from 255 or 74.19% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD49 is #F002B6. Grayscale: #A1A1A1. Windows color (decimal): -15729335 or 4848911. OLE color: 4848911.

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

Color convert

RGB 15 253 73 -
CMYK 0.94 0 0.71 0.01
HSL 134.62º 0.98% 0.53% -
HSV(B) 134.62º 0.94% 0.99% -
XYZ 36.52 70.83 18.05 -
YUV 161.32 78.15 23.64 -
System Red Green Blue C M Y K H S L
Decimal 15 253 73 0.94 0 0.71 0.01 134.62 0.98 0.53
Hex F FD 49 5E 0 47 1 87 62 35
Octal 17 375 111 136 0 107 1 207 142 65
Binary 1111 11111101 1001001 1011110 0 1000111 1 10000111 1100010 110101

Color Harmonies of #0FFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFD49

Black with #0FFD49

Text Example


Text Example

White with #0FFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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