Html Css Color HEX #0FF73F Malachite

📋 copy color: '#0FF73F'

red 15 ◦ green 247 ◦ blue 63

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

Shades of Malachite #0FF73F

Tints of Malachite #0FF73F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 76%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 4.62%
G = 76%
B = 19.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#0FF73F (or 0x0FF73F) is known color: Malachite. HEX triplet: 0F, F7 and 3F. RGB value is (15,247,63). Sum of RGB (Red+Green+Blue) = 15+247+63=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 247 (96.88% from 255 or 76% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF73F is #F008C0. Grayscale: #9D9D9D. Windows color (decimal): -15730881 or 4192015. OLE color: 4192015.

HSL color Cylindrical-coordinate representation of color #0FF73F: hue angle of 132.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF73F is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 247 63 -
CMYK 0.94 0 0.74 0.03
HSL 132.41º 0.94% 0.51% -
HSV(B) 132.41º 0.94% 0.97% -
XYZ 34.35 66.98 15.82 -
YUV 156.66 75.14 26.96 -
System Red Green Blue C M Y K H S L
Decimal 15 247 63 0.94 0 0.74 0.03 132.41 0.94 0.51
Hex F F7 3F 5E 0 4A 3 84 5E 33
Octal 17 367 77 136 0 112 3 204 136 63
Binary 1111 11110111 111111 1011110 0 1001010 11 10000100 1011110 110011

Color Harmonies of #0FF73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF73F

Black with #0FF73F

Text Example


Text Example

White with #0FF73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,247,63); }

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

background-color css

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

 a { background-color: rgb(15,247,63); }

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

border-color css

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

 span { border-color: rgb(15,247,63); }

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