Html Css Color HEX #0FE968 Malachite

📋 copy color: '#0FE968'

red 15 ◦ green 233 ◦ blue 104

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

Shades of Malachite #0FE968

Tints of Malachite #0FE968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 4.26%
G = 66.19%
B = 29.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#0FE968 (or 0x0FE968) is known color: Malachite. HEX triplet: 0F, E9 and 68. RGB value is (15,233,104). Sum of RGB (Red+Green+Blue) = 15+233+104=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 233 (91.41% from 255 or 66.19% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE968 is #F01697. Grayscale: #999999. Windows color (decimal): -15734424 or 6875407. OLE color: 6875407.

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

Color convert

RGB 15 233 104 -
CMYK 0.94 0 0.55 0.09
HSL 144.5º 0.88% 0.49% -
HSV(B) 144.5º 0.94% 0.91% -
XYZ 31.83 59.38 22.88 -
YUV 153.11 100.28 29.49 -
System Red Green Blue C M Y K H S L
Decimal 15 233 104 0.94 0 0.55 0.09 144.5 0.88 0.49
Hex F E9 68 5E 0 37 9 90 58 31
Octal 17 351 150 136 0 67 11 220 130 61
Binary 1111 11101001 1101000 1011110 0 110111 1001 10010000 1011000 110001

Color Harmonies of #0FE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE968

Black with #0FE968

Text Example


Text Example

White with #0FE968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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