#0BF34F

Color #0BF34F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0BF34F

Tints of Malachite #0BF34F

Color information

#0BF34F (or 0x0BF34F) is unknown color: approx Malachite. HEX triplet: 0B, F3 and 4F. RGB value is (11,243,79). Sum of RGB (Red+Green+Blue) = 11+243+79=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF34F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF34F is #F40CB0. Grayscale: #9B9B9B. Windows color (decimal): -15994033 or 5239563. OLE color: 5239563.

HSL color Cylindrical-coordinate representation of color #0BF34F: hue angle of 137.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF34F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB1124379-
CMYK0.9500.670.05
HSL137.59º91.34%49.8%-
HSV(B)137.59º95.47%95.29%-
XYZ33.664.7418.12-
YUV154.9485.1425.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 243 (95.31% from 255) = 72.97%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=3.30%
G=72.97%
B=23.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal11243790.9500.670.05137.5991.3449.8
HexBF34F5F04358a5b32
Octal133631171370103521213362
Binary1011111100111001111101111101000011101100010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,243,79); }

 H1.HeaderClassName
 {
   color: #0BF34F;
 }
 .AnyTagClassName
 {
   color: #0BF34F;
 }
</style>
background-color css

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

 a { background-color: rgb(11,243,79); }

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

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

 span { border-color: rgb(11,243,79); }

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