Html Css Color HEX #0BFA59 Malachite

📋 copy color: '#0BFA59'

red 11 ◦ green 250 ◦ blue 89

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

Shades of Malachite #0BFA59

Tints of Malachite #0BFA59

RGB

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

 GREEN value IS 250 (98.05% from 255) = 71.43%

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

R = 3.14%
G = 71.43%
B = 25.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#0BFA59 (or 0x0BFA59) is known color: Malachite. HEX triplet: 0B, FA and 59. RGB value is (11,250,89). Sum of RGB (Red+Green+Blue) = 11+250+89=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA59 is #F405A6. Grayscale: #A0A0A0. Windows color (decimal): -15992231 or 5896715. OLE color: 5896715.

HSL color Cylindrical-coordinate representation of color #0BFA59: hue angle of 139.58º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA59 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 250 89 -
CMYK 0.96 0 0.64 0.02
HSL 139.58º 0.96% 0.51% -
HSV(B) 139.58º 0.96% 0.98% -
XYZ 36.13 69.16 20.9 -
YUV 160.19 87.82 21.59 -
System Red Green Blue C M Y K H S L
Decimal 11 250 89 0.96 0 0.64 0.02 139.58 0.96 0.51
Hex B FA 59 60 0 40 2 8C 60 33
Octal 13 372 131 140 0 100 2 214 140 63
Binary 1011 11111010 1011001 1100000 0 1000000 10 10001100 1100000 110011

Color Harmonies of #0BFA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA59

Black with #0BFA59

Text Example


Text Example

White with #0BFA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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