Html Css Color HEX #0BE96A Malachite

📋 copy color: '#0BE96A'

red 11 ◦ green 233 ◦ blue 106

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

Shades of Malachite #0BE96A

Tints of Malachite #0BE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 66.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 3.14%
G = 66.57%
B = 30.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#0BE96A (or 0x0BE96A) is known color: Malachite. HEX triplet: 0B, E9 and 6A. RGB value is (11,233,106). Sum of RGB (Red+Green+Blue) = 11+233+106=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 233 (91.41% from 255 or 66.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BE96A is #F41695. Grayscale: #989898. Windows color (decimal): -15996566 or 7006475. OLE color: 7006475.

HSL color Cylindrical-coordinate representation of color #0BE96A: hue angle of 145.68º 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 #0BE96A is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 233 106 -
CMYK 0.95 0 0.55 0.09
HSL 145.68º 0.91% 0.48% -
HSV(B) 145.68º 0.95% 0.91% -
XYZ 31.88 59.39 23.42 -
YUV 152.14 101.95 27.33 -
System Red Green Blue C M Y K H S L
Decimal 11 233 106 0.95 0 0.55 0.09 145.68 0.91 0.48
Hex B E9 6A 5F 0 37 9 92 5B 30
Octal 13 351 152 137 0 67 11 222 133 60
Binary 1011 11101001 1101010 1011111 0 110111 1001 10010010 1011011 110000

Color Harmonies of #0BE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE96A

Black with #0BE96A

Text Example


Text Example

White with #0BE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,233,106); }

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

background-color css

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

 a { background-color: rgb(11,233,106); }

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

border-color css

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

 span { border-color: rgb(11,233,106); }

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