Html Css Color HEX #0FFE5A Malachite

📋 copy color: '#0FFE5A'

red 15 ◦ green 254 ◦ blue 90

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

Shades of Malachite #0FFE5A

Tints of Malachite #0FFE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.75%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 4.18%
G = 70.75%
B = 25.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#0FFE5A (or 0x0FFE5A) is known color: Malachite. HEX triplet: 0F, FE and 5A. RGB value is (15,254,90). Sum of RGB (Red+Green+Blue) = 15+254+90=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE5A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFE5A is #F001A5. Grayscale: #A4A4A4. Windows color (decimal): -15729062 or 5963279. OLE color: 5963279.

HSL color Cylindrical-coordinate representation of color #0FFE5A: hue angle of 138.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE5A is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 254 90 -
CMYK 0.94 0 0.65 0.00
HSL 138.83º 0.99% 0.53% -
HSV(B) 138.83º 0.94% 1% -
XYZ 37.48 71.72 21.54 -
YUV 163.84 86.32 21.84 -
System Red Green Blue C M Y K H S L
Decimal 15 254 90 0.94 0 0.65 0.00 138.83 0.99 0.53
Hex F FE 5A 5E 0 41 0 8B 63 35
Octal 17 376 132 136 0 101 0 213 143 65
Binary 1111 11111110 1011010 1011110 0 1000001 0 10001011 1100011 110101

Color Harmonies of #0FFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFE5A

Black with #0FFE5A

Text Example


Text Example

White with #0FFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,254,90); }

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

background-color css

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

 a { background-color: rgb(15,254,90); }

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

border-color css

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

 span { border-color: rgb(15,254,90); }

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