Html Css Color HEX #0FE96C Malachite

📋 copy color: '#0FE96C'

red 15 ◦ green 233 ◦ blue 108

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

Shades of Malachite #0FE96C

Tints of Malachite #0FE96C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.45%

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 4.21%
G = 65.45%
B = 30.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#0FE96C (or 0x0FE96C) is known color: Malachite. HEX triplet: 0F, E9 and 6C. RGB value is (15,233,108). Sum of RGB (Red+Green+Blue) = 15+233+108=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE96C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE96C is #F01693. Grayscale: #999999. Windows color (decimal): -15734420 or 7137551. OLE color: 7137551.

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

Color convert

RGB 15 233 108 -
CMYK 0.94 0 0.54 0.09
HSL 145.6º 0.88% 0.49% -
HSV(B) 145.6º 0.94% 0.91% -
XYZ 32.04 59.46 23.98 -
YUV 153.57 102.28 29.16 -
System Red Green Blue C M Y K H S L
Decimal 15 233 108 0.94 0 0.54 0.09 145.6 0.88 0.49
Hex F E9 6C 5E 0 36 9 92 58 31
Octal 17 351 154 136 0 66 11 222 130 61
Binary 1111 11101001 1101100 1011110 0 110110 1001 10010010 1011000 110001

Color Harmonies of #0FE96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE96C

Black with #0FE96C

Text Example


Text Example

White with #0FE96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,233,108); }

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

background-color css

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

 a { background-color: rgb(15,233,108); }

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

border-color css

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

 span { border-color: rgb(15,233,108); }

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