Html Css Color HEX #0FF360 Malachite

📋 copy color: '#0FF360'

red 15 ◦ green 243 ◦ blue 96

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

Shades of Malachite #0FF360

Tints of Malachite #0FF360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 4.24%
G = 68.64%
B = 27.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#0FF360 (or 0x0FF360) is known color: Malachite. HEX triplet: 0F, F3 and 60. RGB value is (15,243,96). Sum of RGB (Red+Green+Blue) = 15+243+96=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF360 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF360 is #F00C9F. Grayscale: #9E9E9E. Windows color (decimal): -15731872 or 6353679. OLE color: 6353679.

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

Color convert

RGB 15 243 96 -
CMYK 0.94 0 0.60 0.05
HSL 141.32º 0.9% 0.51% -
HSV(B) 141.32º 0.94% 0.95% -
XYZ 34.36 65.05 21.81 -
YUV 158.07 92.96 25.95 -
System Red Green Blue C M Y K H S L
Decimal 15 243 96 0.94 0 0.60 0.05 141.32 0.9 0.51
Hex F F3 60 5E 0 3C 5 8D 5A 33
Octal 17 363 140 136 0 74 5 215 132 63
Binary 1111 11110011 1100000 1011110 0 111100 101 10001101 1011010 110011

Color Harmonies of #0FF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF360

Black with #0FF360

Text Example


Text Example

White with #0FF360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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