Html Css Color HEX #0FF047 Malachite

📋 copy color: '#0FF047'

red 15 ◦ green 240 ◦ blue 71

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

Shades of Malachite #0FF047

Tints of Malachite #0FF047

RGB

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

 GREEN value IS 240 (94.14% from 255) = 73.62%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 4.6%
G = 73.62%
B = 21.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#0FF047 (or 0x0FF047) is known color: Malachite. HEX triplet: 0F, F0 and 47. RGB value is (15,240,71). Sum of RGB (Red+Green+Blue) = 15+240+71=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF047 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF047 is #F00FB8. Grayscale: #999999. Windows color (decimal): -15732665 or 4714511. OLE color: 4714511.

HSL color Cylindrical-coordinate representation of color #0FF047: hue angle of 134.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF047 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 240 71 -
CMYK 0.94 0 0.70 0.06
HSL 134.93º 0.88% 0.5% -
HSV(B) 134.93º 0.94% 0.94% -
XYZ 32.49 62.88 16.39 -
YUV 153.46 81.46 29.24 -
System Red Green Blue C M Y K H S L
Decimal 15 240 71 0.94 0 0.70 0.06 134.93 0.88 0.5
Hex F F0 47 5E 0 46 6 87 58 32
Octal 17 360 107 136 0 106 6 207 130 62
Binary 1111 11110000 1000111 1011110 0 1000110 110 10000111 1011000 110010

Color Harmonies of #0FF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF047

Black with #0FF047

Text Example


Text Example

White with #0FF047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,240,71); }

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

background-color css

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

 a { background-color: rgb(15,240,71); }

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

border-color css

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

 span { border-color: rgb(15,240,71); }

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