Html Css Color HEX #0FE165 Malachite

📋 copy color: '#0FE165'

red 15 ◦ green 225 ◦ blue 101

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

Shades of Malachite #0FE165

Tints of Malachite #0FE165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 4.4%
G = 65.98%
B = 29.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#0FE165 (or 0x0FE165) is known color: Malachite. HEX triplet: 0F, E1 and 65. RGB value is (15,225,101). Sum of RGB (Red+Green+Blue) = 15+225+101=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE165 is #F01E9A. Grayscale: #949494. Windows color (decimal): -15736475 or 6676751. OLE color: 6676751.

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

Color convert

RGB 15 225 101 -
CMYK 0.93 0 0.55 0.12
HSL 144.57º 0.88% 0.47% -
HSV(B) 144.57º 0.93% 0.88% -
XYZ 29.47 54.89 21.35 -
YUV 148.07 101.43 33.08 -
System Red Green Blue C M Y K H S L
Decimal 15 225 101 0.93 0 0.55 0.12 144.57 0.88 0.47
Hex F E1 65 5D 0 37 C 91 58 2F
Octal 17 341 145 135 0 67 14 221 130 57
Binary 1111 11100001 1100101 1011101 0 110111 1100 10010001 1011000 101111

Color Harmonies of #0FE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE165

Black with #0FE165

Text Example


Text Example

White with #0FE165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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