Html Css Color HEX #0FE144 Malachite

📋 copy color: '#0FE144'

red 15 ◦ green 225 ◦ blue 68

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

Shades of Malachite #0FE144

Tints of Malachite #0FE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 4.87%
G = 73.05%
B = 22.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#0FE144 (or 0x0FE144) is known color: Malachite. HEX triplet: 0F, E1 and 44. RGB value is (15,225,68). Sum of RGB (Red+Green+Blue) = 15+225+68=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE144 is #F01EBB. Grayscale: #909090. Windows color (decimal): -15736508 or 4514063. OLE color: 4514063.

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

Color convert

RGB 15 225 68 -
CMYK 0.93 0 0.70 0.12
HSL 135.14º 0.88% 0.47% -
HSV(B) 135.14º 0.93% 0.88% -
XYZ 28.17 54.37 14.48 -
YUV 144.31 84.93 35.77 -
System Red Green Blue C M Y K H S L
Decimal 15 225 68 0.93 0 0.70 0.12 135.14 0.88 0.47
Hex F E1 44 5D 0 46 C 87 58 2F
Octal 17 341 104 135 0 106 14 207 130 57
Binary 1111 11100001 1000100 1011101 0 1000110 1100 10000111 1011000 101111

Color Harmonies of #0FE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE144

Black with #0FE144

Text Example


Text Example

White with #0FE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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