Html Css Color HEX #0FF94D Malachite

📋 copy color: '#0FF94D'

red 15 ◦ green 249 ◦ blue 77

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

Shades of Malachite #0FF94D

Tints of Malachite #0FF94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 4.4%
G = 73.02%
B = 22.58%

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

#0FF94D (or 0x0FF94D) is known color: Malachite. HEX triplet: 0F, F9 and 4D. RGB value is (15,249,77). Sum of RGB (Red+Green+Blue) = 15+249+77=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF94D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF94D is #F006B2. Grayscale: #9F9F9F. Windows color (decimal): -15730355 or 5110031. OLE color: 5110031.

HSL color Cylindrical-coordinate representation of color #0FF94D: hue angle of 135.9º 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 #0FF94D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 77 -
CMYK 0.94 0 0.69 0.02
HSL 135.9º 0.95% 0.52% -
HSV(B) 135.9º 0.94% 0.98% -
XYZ 35.41 68.39 18.36 -
YUV 159.43 81.48 24.99 -
System Red Green Blue C M Y K H S L
Decimal 15 249 77 0.94 0 0.69 0.02 135.9 0.95 0.52
Hex F F9 4D 5E 0 45 2 88 5F 34
Octal 17 371 115 136 0 105 2 210 137 64
Binary 1111 11111001 1001101 1011110 0 1000101 10 10001000 1011111 110100

Color Harmonies of #0FF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF94D

Black with #0FF94D

Text Example


Text Example

White with #0FF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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