Html Css Color HEX #0FF042 Malachite

📋 copy color: '#0FF042'

red 15 ◦ green 240 ◦ blue 66

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

Shades of Malachite #0FF042

Tints of Malachite #0FF042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 4.67%
G = 74.77%
B = 20.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#0FF042 (or 0x0FF042) is known color: Malachite. HEX triplet: 0F, F0 and 42. RGB value is (15,240,66). Sum of RGB (Red+Green+Blue) = 15+240+66=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF042 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF042 is #F00FBD. Grayscale: #999999. Windows color (decimal): -15732670 or 4386831. OLE color: 4386831.

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

Color convert

RGB 15 240 66 -
CMYK 0.94 0 0.72 0.06
HSL 133.6º 0.88% 0.5% -
HSV(B) 133.6º 0.94% 0.94% -
XYZ 32.34 62.82 15.57 -
YUV 152.89 78.96 29.65 -
System Red Green Blue C M Y K H S L
Decimal 15 240 66 0.94 0 0.72 0.06 133.6 0.88 0.5
Hex F F0 42 5E 0 48 6 86 58 32
Octal 17 360 102 136 0 110 6 206 130 62
Binary 1111 11110000 1000010 1011110 0 1001000 110 10000110 1011000 110010

Color Harmonies of #0FF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF042

Black with #0FF042

Text Example


Text Example

White with #0FF042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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