Html Css Color HEX #0FE168 Malachite

📋 copy color: '#0FE168'

red 15 ◦ green 225 ◦ blue 104

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

Shades of Malachite #0FE168

Tints of Malachite #0FE168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.41%

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

R = 4.36%
G = 65.41%
B = 30.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#0FE168 (or 0x0FE168) is known color: Malachite. HEX triplet: 0F, E1 and 68. RGB value is (15,225,104). Sum of RGB (Red+Green+Blue) = 15+225+104=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE168 is #F01E97. Grayscale: #949494. Windows color (decimal): -15736472 or 6873359. OLE color: 6873359.

HSL color Cylindrical-coordinate representation of color #0FE168: hue angle of 145.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE168 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 104 -
CMYK 0.93 0 0.54 0.12
HSL 145.43º 0.88% 0.47% -
HSV(B) 145.43º 0.93% 0.88% -
XYZ 29.62 54.95 22.14 -
YUV 148.42 102.93 32.84 -
System Red Green Blue C M Y K H S L
Decimal 15 225 104 0.93 0 0.54 0.12 145.43 0.88 0.47
Hex F E1 68 5D 0 36 C 91 58 2F
Octal 17 341 150 135 0 66 14 221 130 57
Binary 1111 11100001 1101000 1011101 0 110110 1100 10010001 1011000 101111

Color Harmonies of #0FE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE168

Black with #0FE168

Text Example


Text Example

White with #0FE168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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