Html Css Color HEX #0FF94E Malachite

📋 copy color: '#0FF94E'

red 15 ◦ green 249 ◦ blue 78

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

Shades of Malachite #0FF94E

Tints of Malachite #0FF94E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.81%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 4.39%
G = 72.81%
B = 22.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#0FF94E (or 0x0FF94E) is known color: Malachite. HEX triplet: 0F, F9 and 4E. RGB value is (15,249,78). Sum of RGB (Red+Green+Blue) = 15+249+78=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF94E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF94E is #F006B1. Grayscale: #9F9F9F. Windows color (decimal): -15730354 or 5175567. OLE color: 5175567.

HSL color Cylindrical-coordinate representation of color #0FF94E: hue angle of 136.15º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF94E is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 78 -
CMYK 0.94 0 0.69 0.02
HSL 136.15º 0.95% 0.52% -
HSV(B) 136.15º 0.94% 0.98% -
XYZ 35.45 68.4 18.54 -
YUV 159.54 81.98 24.9 -
System Red Green Blue C M Y K H S L
Decimal 15 249 78 0.94 0 0.69 0.02 136.15 0.95 0.52
Hex F F9 4E 5E 0 45 2 88 5F 34
Octal 17 371 116 136 0 105 2 210 137 64
Binary 1111 11111001 1001110 1011110 0 1000101 10 10001000 1011111 110100

Color Harmonies of #0FF94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF94E

Black with #0FF94E

Text Example


Text Example

White with #0FF94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,249,78); }

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

background-color css

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

 a { background-color: rgb(15,249,78); }

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

border-color css

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

 span { border-color: rgb(15,249,78); }

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