Html Css Color HEX #0BEA4A Malachite

📋 copy color: '#0BEA4A'

red 11 ◦ green 234 ◦ blue 74

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

Shades of Malachite #0BEA4A

Tints of Malachite #0BEA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 3.45%
G = 73.35%
B = 23.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#0BEA4A (or 0x0BEA4A) is known color: Malachite. HEX triplet: 0B, EA and 4A. RGB value is (11,234,74). Sum of RGB (Red+Green+Blue) = 11+234+74=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 234 (91.80% from 255 or 73.35% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA4A is #F415B5. Grayscale: #959595. Windows color (decimal): -15996342 or 4909579. OLE color: 4909579.

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

Color convert

RGB 11 234 74 -
CMYK 0.95 0 0.68 0.08
HSL 136.95º 0.91% 0.48% -
HSV(B) 136.95º 0.95% 0.92% -
XYZ 30.8 59.41 16.32 -
YUV 149.08 85.62 29.51 -
System Red Green Blue C M Y K H S L
Decimal 11 234 74 0.95 0 0.68 0.08 136.95 0.91 0.48
Hex B EA 4A 5F 0 44 8 89 5B 30
Octal 13 352 112 137 0 104 10 211 133 60
Binary 1011 11101010 1001010 1011111 0 1000100 1000 10001001 1011011 110000

Color Harmonies of #0BEA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEA4A

Black with #0BEA4A

Text Example


Text Example

White with #0BEA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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