Html Css Color HEX #0BF048 Malachite

📋 copy color: '#0BF048'

red 11 ◦ green 240 ◦ blue 72

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

Shades of Malachite #0BF048

Tints of Malachite #0BF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.3%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 3.41%
G = 74.3%
B = 22.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#0BF048 (or 0x0BF048) is known color: Malachite. HEX triplet: 0B, F0 and 48. RGB value is (11,240,72). Sum of RGB (Red+Green+Blue) = 11+240+72=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF048 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF048 is #F40FB7. Grayscale: #989898. Windows color (decimal): -15994808 or 4780043. OLE color: 4780043.

HSL color Cylindrical-coordinate representation of color #0BF048: hue angle of 135.98º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF048 is Cyan = 0.95, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 240 72 -
CMYK 0.95 0 0.7 0.06
HSL 135.98º 0.91% 0.49% -
HSV(B) 135.98º 0.95% 0.94% -
XYZ 32.47 62.86 16.55 -
YUV 152.38 82.63 27.16 -
System Red Green Blue C M Y K H S L
Decimal 11 240 72 0.95 0 0.7 0.06 135.98 0.91 0.49
Hex B F0 48 5F 0 46 6 88 5B 31
Octal 13 360 110 137 0 106 6 210 133 61
Binary 1011 11110000 1001000 1011111 0 1000110 110 10001000 1011011 110001

Color Harmonies of #0BF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF048

Black with #0BF048

Text Example


Text Example

White with #0BF048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,240,72); }

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

background-color css

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

 a { background-color: rgb(11,240,72); }

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

border-color css

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

 span { border-color: rgb(11,240,72); }

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