Html Css Color HEX #0BF93B Malachite

📋 copy color: '#0BF93B'

red 11 ◦ green 249 ◦ blue 59

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

Shades of Malachite #0BF93B

Tints of Malachite #0BF93B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 78.06%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 3.45%
G = 78.06%
B = 18.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#0BF93B (or 0x0BF93B) is known color: Malachite. HEX triplet: 0B, F9 and 3B. RGB value is (11,249,59). Sum of RGB (Red+Green+Blue) = 11+249+59=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF93B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF93B is #F406C4. Grayscale: #9C9C9C. Windows color (decimal): -15992517 or 3930379. OLE color: 3930379.

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

Color convert

RGB 11 249 59 -
CMYK 0.96 0 0.76 0.02
HSL 132.1º 0.95% 0.51% -
HSV(B) 132.1º 0.96% 0.98% -
XYZ 34.8 68.14 15.46 -
YUV 156.18 73.15 24.45 -
System Red Green Blue C M Y K H S L
Decimal 11 249 59 0.96 0 0.76 0.02 132.1 0.95 0.51
Hex B F9 3B 60 0 4C 2 84 5F 33
Octal 13 371 73 140 0 114 2 204 137 63
Binary 1011 11111001 111011 1100000 0 1001100 10 10000100 1011111 110011

Color Harmonies of #0BF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF93B

Black with #0BF93B

Text Example


Text Example

White with #0BF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,249,59); }

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

background-color css

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

 a { background-color: rgb(11,249,59); }

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

border-color css

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

 span { border-color: rgb(11,249,59); }

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