Html Css Color HEX #0BF159 Malachite

📋 copy color: '#0BF159'

red 11 ◦ green 241 ◦ blue 89

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

Shades of Malachite #0BF159

Tints of Malachite #0BF159

RGB

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

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

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

R = 3.23%
G = 70.67%
B = 26.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#0BF159 (or 0x0BF159) is known color: Malachite. HEX triplet: 0B, F1 and 59. RGB value is (11,241,89). Sum of RGB (Red+Green+Blue) = 11+241+89=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF159 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF159 is #F40EA6. Grayscale: #9B9B9B. Windows color (decimal): -15994535 or 5894411. OLE color: 5894411.

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

Color convert

RGB 11 241 89 -
CMYK 0.95 0 0.63 0.05
HSL 140.35º 0.91% 0.49% -
HSV(B) 140.35º 0.95% 0.95% -
XYZ 33.4 63.7 19.99 -
YUV 154.9 90.8 25.36 -
System Red Green Blue C M Y K H S L
Decimal 11 241 89 0.95 0 0.63 0.05 140.35 0.91 0.49
Hex B F1 59 5F 0 3F 5 8C 5B 31
Octal 13 361 131 137 0 77 5 214 133 61
Binary 1011 11110001 1011001 1011111 0 111111 101 10001100 1011011 110001

Color Harmonies of #0BF159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF159

Black with #0BF159

Text Example


Text Example

White with #0BF159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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