Html Css Color HEX #0BE142 Malachite

📋 copy color: '#0BE142'

red 11 ◦ green 225 ◦ blue 66

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

Shades of Malachite #0BE142

Tints of Malachite #0BE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.5%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 3.64%
G = 74.5%
B = 21.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#0BE142 (or 0x0BE142) is known color: Malachite. HEX triplet: 0B, E1 and 42. RGB value is (11,225,66). Sum of RGB (Red+Green+Blue) = 11+225+66=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE142 is #F41EBD. Grayscale: #8F8F8F. Windows color (decimal): -15998654 or 4382987. OLE color: 4382987.

HSL color Cylindrical-coordinate representation of color #0BE142: hue angle of 135.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE142 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 225 66 -
CMYK 0.95 0 0.71 0.12
HSL 135.42º 0.91% 0.46% -
HSV(B) 135.42º 0.95% 0.88% -
XYZ 28.05 54.31 14.16 -
YUV 142.89 84.6 33.93 -
System Red Green Blue C M Y K H S L
Decimal 11 225 66 0.95 0 0.71 0.12 135.42 0.91 0.46
Hex B E1 42 5F 0 47 C 87 5B 2E
Octal 13 341 102 137 0 107 14 207 133 56
Binary 1011 11100001 1000010 1011111 0 1000111 1100 10000111 1011011 101110

Color Harmonies of #0BE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE142

Black with #0BE142

Text Example


Text Example

White with #0BE142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,225,66); }

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

background-color css

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

 a { background-color: rgb(11,225,66); }

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

border-color css

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

 span { border-color: rgb(11,225,66); }

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