Html Css Color HEX #0BF059 Malachite

📋 copy color: '#0BF059'

red 11 ◦ green 240 ◦ blue 89

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

Shades of Malachite #0BF059

Tints of Malachite #0BF059

RGB

 RED value IS 11 (4.69% from 255) = 3.24%

 GREEN value IS 240 (94.14% from 255) = 70.59%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 3.24%
G = 70.59%
B = 26.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#0BF059 (or 0x0BF059) is known color: Malachite. HEX triplet: 0B, F0 and 59. RGB value is (11,240,89). Sum of RGB (Red+Green+Blue) = 11+240+89=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF059 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF059 is #F40FA6. Grayscale: #9A9A9A. Windows color (decimal): -15994791 or 5894155. OLE color: 5894155.

HSL color Cylindrical-coordinate representation of color #0BF059: hue angle of 140.44º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF059 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 240 89 -
CMYK 0.95 0 0.63 0.06
HSL 140.44º 0.91% 0.49% -
HSV(B) 140.44º 0.95% 0.94% -
XYZ 33.1 63.11 19.89 -
YUV 154.32 91.13 25.78 -
System Red Green Blue C M Y K H S L
Decimal 11 240 89 0.95 0 0.63 0.06 140.44 0.91 0.49
Hex B F0 59 5F 0 3F 6 8C 5B 31
Octal 13 360 131 137 0 77 6 214 133 61
Binary 1011 11110000 1011001 1011111 0 111111 110 10001100 1011011 110001

Color Harmonies of #0BF059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF059

Black with #0BF059

Text Example


Text Example

White with #0BF059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,240,89); }

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

background-color css

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

 a { background-color: rgb(11,240,89); }

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

border-color css

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

 span { border-color: rgb(11,240,89); }

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