Html Css Color HEX #0BEA61 Malachite

📋 copy color: '#0BEA61'

red 11 ◦ green 234 ◦ blue 97

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

Shades of Malachite #0BEA61

Tints of Malachite #0BEA61

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.42%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 3.22%
G = 68.42%
B = 28.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#0BEA61 (or 0x0BEA61) is known color: Malachite. HEX triplet: 0B, EA and 61. RGB value is (11,234,97). Sum of RGB (Red+Green+Blue) = 11+234+97=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BEA61 is #F4159E. Grayscale: #989898. Windows color (decimal): -15996319 or 6416907. OLE color: 6416907.

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

Color convert

RGB 11 234 97 -
CMYK 0.95 0 0.59 0.08
HSL 143.14º 0.91% 0.48% -
HSV(B) 143.14º 0.95% 0.92% -
XYZ 31.72 59.78 21.18 -
YUV 151.71 97.12 27.64 -
System Red Green Blue C M Y K H S L
Decimal 11 234 97 0.95 0 0.59 0.08 143.14 0.91 0.48
Hex B EA 61 5F 0 3B 8 8F 5B 30
Octal 13 352 141 137 0 73 10 217 133 60
Binary 1011 11101010 1100001 1011111 0 111011 1000 10001111 1011011 110000

Color Harmonies of #0BEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEA61

Black with #0BEA61

Text Example


Text Example

White with #0BEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,97); }

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

background-color css

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

 a { background-color: rgb(11,234,97); }

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

border-color css

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

 span { border-color: rgb(11,234,97); }

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