Html Css Color HEX #0BE85E Malachite

📋 copy color: '#0BE85E'

red 11 ◦ green 232 ◦ blue 94

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

Shades of Malachite #0BE85E

Tints of Malachite #0BE85E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 68.84%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 3.26%
G = 68.84%
B = 27.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#0BE85E (or 0x0BE85E) is known color: Malachite. HEX triplet: 0B, E8 and 5E. RGB value is (11,232,94). Sum of RGB (Red+Green+Blue) = 11+232+94=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 232 (91.02% from 255 or 68.84% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE85E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE85E is #F417A1. Grayscale: #969696. Windows color (decimal): -15996834 or 6219787. OLE color: 6219787.

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

Color convert

RGB 11 232 94 -
CMYK 0.95 0 0.59 0.09
HSL 142.53º 0.91% 0.48% -
HSV(B) 142.53º 0.95% 0.91% -
XYZ 31.02 58.59 20.26 -
YUV 150.19 96.28 28.72 -
System Red Green Blue C M Y K H S L
Decimal 11 232 94 0.95 0 0.59 0.09 142.53 0.91 0.48
Hex B E8 5E 5F 0 3B 9 8F 5B 30
Octal 13 350 136 137 0 73 11 217 133 60
Binary 1011 11101000 1011110 1011111 0 111011 1001 10001111 1011011 110000

Color Harmonies of #0BE85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE85E

Black with #0BE85E

Text Example


Text Example

White with #0BE85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,232,94); }

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

background-color css

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

 a { background-color: rgb(11,232,94); }

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

border-color css

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

 span { border-color: rgb(11,232,94); }

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