Html Css Color HEX #0BFA57 Malachite

📋 copy color: '#0BFA57'

red 11 ◦ green 250 ◦ blue 87

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

Shades of Malachite #0BFA57

Tints of Malachite #0BFA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25%

R = 3.16%
G = 71.84%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#0BFA57 (or 0x0BFA57) is known color: Malachite. HEX triplet: 0B, FA and 57. RGB value is (11,250,87). Sum of RGB (Red+Green+Blue) = 11+250+87=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFA57 is #F405A8. Grayscale: #A0A0A0. Windows color (decimal): -15992233 or 5765643. OLE color: 5765643.

HSL color Cylindrical-coordinate representation of color #0BFA57: hue angle of 139.08º 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 #0BFA57 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 250 87 -
CMYK 0.96 0 0.65 0.02
HSL 139.08º 0.96% 0.51% -
HSV(B) 139.08º 0.96% 0.98% -
XYZ 36.04 69.13 20.46 -
YUV 159.96 86.82 21.75 -
System Red Green Blue C M Y K H S L
Decimal 11 250 87 0.96 0 0.65 0.02 139.08 0.96 0.51
Hex B FA 57 60 0 41 2 8B 60 33
Octal 13 372 127 140 0 101 2 213 140 63
Binary 1011 11111010 1010111 1100000 0 1000001 10 10001011 1100000 110011

Color Harmonies of #0BFA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA57

Black with #0BFA57

Text Example


Text Example

White with #0BFA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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