Html Css Color HEX #0BEA3C Malachite

📋 copy color: '#0BEA3C'

red 11 ◦ green 234 ◦ blue 60

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

Shades of Malachite #0BEA3C

Tints of Malachite #0BEA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 3.61%
G = 76.72%
B = 19.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#0BEA3C (or 0x0BEA3C) is known color: Malachite. HEX triplet: 0B, EA and 3C. RGB value is (11,234,60). Sum of RGB (Red+Green+Blue) = 11+234+60=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA3C is #F415C3. Grayscale: #939393. Windows color (decimal): -15996356 or 3992075. OLE color: 3992075.

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

Color convert

RGB 11 234 60 -
CMYK 0.95 0 0.74 0.08
HSL 133.18º 0.91% 0.48% -
HSV(B) 133.18º 0.95% 0.92% -
XYZ 30.38 59.24 14.11 -
YUV 147.49 78.62 30.65 -
System Red Green Blue C M Y K H S L
Decimal 11 234 60 0.95 0 0.74 0.08 133.18 0.91 0.48
Hex B EA 3C 5F 0 4A 8 85 5B 30
Octal 13 352 74 137 0 112 10 205 133 60
Binary 1011 11101010 111100 1011111 0 1001010 1000 10000101 1011011 110000

Color Harmonies of #0BEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEA3C

Black with #0BEA3C

Text Example


Text Example

White with #0BEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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