Html Css Color HEX #0BF149 Malachite

📋 copy color: '#0BF149'

red 11 ◦ green 241 ◦ blue 73

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

Shades of Malachite #0BF149

Tints of Malachite #0BF149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 3.38%
G = 74.15%
B = 22.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#0BF149 (or 0x0BF149) is known color: Malachite. HEX triplet: 0B, F1 and 49. RGB value is (11,241,73). Sum of RGB (Red+Green+Blue) = 11+241+73=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF149 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF149 is #F40EB6. Grayscale: #999999. Windows color (decimal): -15994551 or 4845835. OLE color: 4845835.

HSL color Cylindrical-coordinate representation of color #0BF149: hue angle of 136.17º 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 #0BF149 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 241 73 -
CMYK 0.95 0 0.70 0.05
HSL 136.17º 0.91% 0.49% -
HSV(B) 136.17º 0.95% 0.95% -
XYZ 32.8 63.46 16.82 -
YUV 153.08 82.8 26.66 -
System Red Green Blue C M Y K H S L
Decimal 11 241 73 0.95 0 0.70 0.05 136.17 0.91 0.49
Hex B F1 49 5F 0 46 5 88 5B 31
Octal 13 361 111 137 0 106 5 210 133 61
Binary 1011 11110001 1001001 1011111 0 1000110 101 10001000 1011011 110001

Color Harmonies of #0BF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF149

Black with #0BF149

Text Example


Text Example

White with #0BF149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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