Html Css Color HEX #0FF138 Malachite

📋 copy color: '#0FF138'

red 15 ◦ green 241 ◦ blue 56

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

Shades of Malachite #0FF138

Tints of Malachite #0FF138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 77.24%

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 4.81%
G = 77.24%
B = 17.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#0FF138 (or 0x0FF138) is known color: Malachite. HEX triplet: 0F, F1 and 38. RGB value is (15,241,56). Sum of RGB (Red+Green+Blue) = 15+241+56=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF138 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF138 is #F00EC7. Grayscale: #989898. Windows color (decimal): -15732424 or 3731727. OLE color: 3731727.

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

Color convert

RGB 15 241 56 -
CMYK 0.94 0 0.77 0.05
HSL 130.89º 0.89% 0.5% -
HSV(B) 130.89º 0.94% 0.95% -
XYZ 32.37 63.3 14.25 -
YUV 152.34 73.63 30.04 -
System Red Green Blue C M Y K H S L
Decimal 15 241 56 0.94 0 0.77 0.05 130.89 0.89 0.5
Hex F F1 38 5E 0 4D 5 83 59 32
Octal 17 361 70 136 0 115 5 203 131 62
Binary 1111 11110001 111000 1011110 0 1001101 101 10000011 1011001 110010

Color Harmonies of #0FF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF138

Black with #0FF138

Text Example


Text Example

White with #0FF138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,241,56); }

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

background-color css

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

 a { background-color: rgb(15,241,56); }

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

border-color css

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

 span { border-color: rgb(15,241,56); }

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