Html Css Color HEX #0CEB34 Malachite

📋 copy color: '#0CEB34'

red 12 ◦ green 235 ◦ blue 52

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

Shades of Malachite #0CEB34

Tints of Malachite #0CEB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 4.01%
G = 78.6%
B = 17.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#0CEB34 (or 0x0CEB34) is known color: Malachite. HEX triplet: 0C, EB and 34. RGB value is (12,235,52). Sum of RGB (Red+Green+Blue) = 12+235+52=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 235 (92.19% from 255 or 78.60% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEB34 is #F314CB. Grayscale: #939393. Windows color (decimal): -15930572 or 3468044. OLE color: 3468044.

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

Color convert

RGB 12 235 52 -
CMYK 0.95 0 0.78 0.08
HSL 130.76º 0.9% 0.48% -
HSV(B) 130.76º 0.95% 0.92% -
XYZ 30.48 59.74 13.17 -
YUV 147.46 74.12 31.38 -
System Red Green Blue C M Y K H S L
Decimal 12 235 52 0.95 0 0.78 0.08 130.76 0.9 0.48
Hex C EB 34 5F 0 4E 8 83 5A 30
Octal 14 353 64 137 0 116 10 203 132 60
Binary 1100 11101011 110100 1011111 0 1001110 1000 10000011 1011010 110000

Color Harmonies of #0CEB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB34

Black with #0CEB34

Text Example


Text Example

White with #0CEB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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