Html Css Color HEX #0FF350 Malachite

📋 copy color: '#0FF350'

red 15 ◦ green 243 ◦ blue 80

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

Shades of Malachite #0FF350

Tints of Malachite #0FF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.89%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 4.44%
G = 71.89%
B = 23.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#0FF350 (or 0x0FF350) is known color: Malachite. HEX triplet: 0F, F3 and 50. RGB value is (15,243,80). Sum of RGB (Red+Green+Blue) = 15+243+80=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF350 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF350 is #F00CAF. Grayscale: #9C9C9C. Windows color (decimal): -15731888 or 5305103. OLE color: 5305103.

HSL color Cylindrical-coordinate representation of color #0FF350: hue angle of 137.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF350 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 243 80 -
CMYK 0.94 0 0.67 0.05
HSL 137.11º 0.9% 0.51% -
HSV(B) 137.11º 0.94% 0.95% -
XYZ 33.7 64.78 18.32 -
YUV 156.25 84.96 27.25 -
System Red Green Blue C M Y K H S L
Decimal 15 243 80 0.94 0 0.67 0.05 137.11 0.9 0.51
Hex F F3 50 5E 0 43 5 89 5A 33
Octal 17 363 120 136 0 103 5 211 132 63
Binary 1111 11110011 1010000 1011110 0 1000011 101 10001001 1011010 110011

Color Harmonies of #0FF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF350

Black with #0FF350

Text Example


Text Example

White with #0FF350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,243,80); }

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

background-color css

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

 a { background-color: rgb(15,243,80); }

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

border-color css

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

 span { border-color: rgb(15,243,80); }

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