Html Css Color HEX #0FF05F Malachite

📋 copy color: '#0FF05F'

red 15 ◦ green 240 ◦ blue 95

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

Shades of Malachite #0FF05F

Tints of Malachite #0FF05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 4.29%
G = 68.57%
B = 27.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#0FF05F (or 0x0FF05F) is known color: Malachite. HEX triplet: 0F, F0 and 5F. RGB value is (15,240,95). Sum of RGB (Red+Green+Blue) = 15+240+95=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF05F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF05F is #F00FA0. Grayscale: #9C9C9C. Windows color (decimal): -15732641 or 6287375. OLE color: 6287375.

HSL color Cylindrical-coordinate representation of color #0FF05F: hue angle of 141.33º 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 #0FF05F is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 240 95 -
CMYK 0.94 0 0.60 0.06
HSL 141.33º 0.88% 0.5% -
HSV(B) 141.33º 0.94% 0.94% -
XYZ 33.42 63.25 21.27 -
YUV 156.2 93.46 27.29 -
System Red Green Blue C M Y K H S L
Decimal 15 240 95 0.94 0 0.60 0.06 141.33 0.88 0.5
Hex F F0 5F 5E 0 3C 6 8D 58 32
Octal 17 360 137 136 0 74 6 215 130 62
Binary 1111 11110000 1011111 1011110 0 111100 110 10001101 1011000 110010

Color Harmonies of #0FF05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF05F

Black with #0FF05F

Text Example


Text Example

White with #0FF05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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