Html Css Color HEX #0BF940 Malachite

📋 copy color: '#0BF940'

red 11 ◦ green 249 ◦ blue 64

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

Shades of Malachite #0BF940

Tints of Malachite #0BF940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 3.4%
G = 76.85%
B = 19.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#0BF940 (or 0x0BF940) is known color: Malachite. HEX triplet: 0B, F9 and 40. RGB value is (11,249,64). Sum of RGB (Red+Green+Blue) = 11+249+64=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF940 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF940 is #F406BF. Grayscale: #9D9D9D. Windows color (decimal): -15992512 or 4258059. OLE color: 4258059.

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

Color convert

RGB 11 249 64 -
CMYK 0.96 0 0.74 0.02
HSL 133.36º 0.95% 0.51% -
HSV(B) 133.36º 0.96% 0.98% -
XYZ 34.94 68.19 16.17 -
YUV 156.75 75.65 24.04 -
System Red Green Blue C M Y K H S L
Decimal 11 249 64 0.96 0 0.74 0.02 133.36 0.95 0.51
Hex B F9 40 60 0 4A 2 85 5F 33
Octal 13 371 100 140 0 112 2 205 137 63
Binary 1011 11111001 1000000 1100000 0 1001010 10 10000101 1011111 110011

Color Harmonies of #0BF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF940

Black with #0BF940

Text Example


Text Example

White with #0BF940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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