Html Css Color HEX #0FE145 Malachite

📋 copy color: '#0FE145'

red 15 ◦ green 225 ◦ blue 69

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

Shades of Malachite #0FE145

Tints of Malachite #0FE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 4.85%
G = 72.82%
B = 22.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#0FE145 (or 0x0FE145) is known color: Malachite. HEX triplet: 0F, E1 and 45. RGB value is (15,225,69). Sum of RGB (Red+Green+Blue) = 15+225+69=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE145 is #F01EBA. Grayscale: #909090. Windows color (decimal): -15736507 or 4579599. OLE color: 4579599.

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

Color convert

RGB 15 225 69 -
CMYK 0.93 0 0.69 0.12
HSL 135.43º 0.88% 0.47% -
HSV(B) 135.43º 0.93% 0.88% -
XYZ 28.2 54.38 14.64 -
YUV 144.43 85.43 35.68 -
System Red Green Blue C M Y K H S L
Decimal 15 225 69 0.93 0 0.69 0.12 135.43 0.88 0.47
Hex F E1 45 5D 0 45 C 87 58 2F
Octal 17 341 105 135 0 105 14 207 130 57
Binary 1111 11100001 1000101 1011101 0 1000101 1100 10000111 1011000 101111

Color Harmonies of #0FE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE145

Black with #0FE145

Text Example


Text Example

White with #0FE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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