Html Css Color HEX #0CEB50 Malachite

📋 copy color: '#0CEB50'

red 12 ◦ green 235 ◦ blue 80

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

Shades of Malachite #0CEB50

Tints of Malachite #0CEB50

RGB

 RED value IS 12 (5.08% from 255) = 3.67%

 GREEN value IS 235 (92.19% from 255) = 71.87%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 3.67%
G = 71.87%
B = 24.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#0CEB50 (or 0x0CEB50) is known color: Malachite. HEX triplet: 0C, EB and 50. RGB value is (12,235,80). Sum of RGB (Red+Green+Blue) = 12+235+80=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 235 (92.19% from 255 or 71.87% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEB50 is #F314AF. Grayscale: #979797. Windows color (decimal): -15930544 or 5303052. OLE color: 5303052.

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

Color convert

RGB 12 235 80 -
CMYK 0.95 0 0.66 0.08
HSL 138.3º 0.9% 0.48% -
HSV(B) 138.3º 0.95% 0.92% -
XYZ 31.31 60.07 17.53 -
YUV 150.65 88.12 29.1 -
System Red Green Blue C M Y K H S L
Decimal 12 235 80 0.95 0 0.66 0.08 138.3 0.9 0.48
Hex C EB 50 5F 0 42 8 8A 5A 30
Octal 14 353 120 137 0 102 10 212 132 60
Binary 1100 11101011 1010000 1011111 0 1000010 1000 10001010 1011010 110000

Color Harmonies of #0CEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB50

Black with #0CEB50

Text Example


Text Example

White with #0CEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,235,80); }

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

background-color css

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

 a { background-color: rgb(12,235,80); }

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

border-color css

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

 span { border-color: rgb(12,235,80); }

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