#0BE362

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

Shades of Malachite #0BE362

Tints of Malachite #0BE362

Color information

#0BE362 (or 0x0BE362) is unknown color: approx Malachite. HEX triplet: 0B, E3 and 62. RGB value is (11,227,98). Sum of RGB (Red+Green+Blue) = 11+227+98=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 227 (89.06% from 255 or 67.56% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE362 is #F41C9D. Grayscale: #949494. Windows color (decimal): -15998110 or 6480651. OLE color: 6480651.

HSL color Cylindrical-coordinate representation of color #0BE362: hue angle of 144.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE362 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB1122798-
CMYK0.9500.570.11
HSL144.17º90.76%46.67%-
HSV(B)144.17º95.15%89.02%-
XYZ29.8155.8920.77-
YUV147.7199.9430.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.27%
GREEN value IS 227 (89.06% from 255) = 67.56%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=3.27%
G=67.56%
B=29.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal11227980.9500.570.11144.1790.7646.67
HexBE3625F039B905b2f
Octal133431421370711322013357
Binary1011111000111100010101111101110011011100100001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,227,98); }

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

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

 a { background-color: rgb(11,227,98); }

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

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

 span { border-color: rgb(11,227,98); }

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