Html Css Color HEX #0FE760 Malachite

📋 copy color: '#0FE760'

red 15 ◦ green 231 ◦ blue 96

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

Shades of Malachite #0FE760

Tints of Malachite #0FE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 67.54%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 4.39%
G = 67.54%
B = 28.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#0FE760 (or 0x0FE760) is known color: Malachite. HEX triplet: 0F, E7 and 60. RGB value is (15,231,96). Sum of RGB (Red+Green+Blue) = 15+231+96=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 231 (90.62% from 255 or 67.54% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 231 - color contains mainly: green. Hex color #0FE760 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE760 is #F0189F. Grayscale: #979797. Windows color (decimal): -15734944 or 6350607. OLE color: 6350607.

HSL color Cylindrical-coordinate representation of color #0FE760: hue angle of 142.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE760 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 15 231 96 -
CMYK 0.94 0 0.58 0.09
HSL 142.5º 0.88% 0.48% -
HSV(B) 142.5º 0.94% 0.91% -
XYZ 30.88 58.1 20.65 -
YUV 151.03 96.94 30.98 -
System Red Green Blue C M Y K H S L
Decimal 15 231 96 0.94 0 0.58 0.09 142.5 0.88 0.48
Hex F E7 60 5E 0 3A 9 8E 58 30
Octal 17 347 140 136 0 72 11 216 130 60
Binary 1111 11100111 1100000 1011110 0 111010 1001 10001110 1011000 110000

Color Harmonies of #0FE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE760

Black with #0FE760

Text Example


Text Example

White with #0FE760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,231,96); }

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

background-color css

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

 a { background-color: rgb(15,231,96); }

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

border-color css

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

 span { border-color: rgb(15,231,96); }

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