Html Css Color HEX #0BFA49 Malachite

📋 copy color: '#0BFA49'

red 11 ◦ green 250 ◦ blue 73

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

Shades of Malachite #0BFA49

Tints of Malachite #0BFA49

RGB

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

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

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

R = 3.29%
G = 74.85%
B = 21.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#0BFA49 (or 0x0BFA49) is known color: Malachite. HEX triplet: 0B, FA and 49. RGB value is (11,250,73). Sum of RGB (Red+Green+Blue) = 11+250+73=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA49 is #F405B6. Grayscale: #9E9E9E. Windows color (decimal): -15992247 or 4848139. OLE color: 4848139.

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

Color convert

RGB 11 250 73 -
CMYK 0.96 0 0.71 0.02
HSL 135.56º 0.96% 0.51% -
HSV(B) 135.56º 0.96% 0.98% -
XYZ 35.53 68.92 17.73 -
YUV 158.36 79.82 22.89 -
System Red Green Blue C M Y K H S L
Decimal 11 250 73 0.96 0 0.71 0.02 135.56 0.96 0.51
Hex B FA 49 60 0 47 2 88 60 33
Octal 13 372 111 140 0 107 2 210 140 63
Binary 1011 11111010 1001001 1100000 0 1000111 10 10001000 1100000 110011

Color Harmonies of #0BFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA49

Black with #0BFA49

Text Example


Text Example

White with #0BFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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