Html Css Color HEX #0CE131 Malachite

📋 copy color: '#0CE131'

red 12 ◦ green 225 ◦ blue 49

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

Shades of Malachite #0CE131

Tints of Malachite #0CE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 4.2%
G = 78.67%
B = 17.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#0CE131 (or 0x0CE131) is known color: Malachite. HEX triplet: 0C, E1 and 31. RGB value is (12,225,49). Sum of RGB (Red+Green+Blue) = 12+225+49=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE131 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE131 is #F31ECE. Grayscale: #8D8D8D. Windows color (decimal): -15933135 or 3268876. OLE color: 3268876.

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

Color convert

RGB 12 225 49 -
CMYK 0.95 0 0.78 0.12
HSL 130.42º 0.9% 0.46% -
HSV(B) 130.42º 0.95% 0.88% -
XYZ 27.63 54.15 11.9 -
YUV 141.25 75.93 35.81 -
System Red Green Blue C M Y K H S L
Decimal 12 225 49 0.95 0 0.78 0.12 130.42 0.9 0.46
Hex C E1 31 5F 0 4E C 82 5A 2E
Octal 14 341 61 137 0 116 14 202 132 56
Binary 1100 11100001 110001 1011111 0 1001110 1100 10000010 1011010 101110

Color Harmonies of #0CE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE131

Black with #0CE131

Text Example


Text Example

White with #0CE131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,225,49); }

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

background-color css

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

 a { background-color: rgb(12,225,49); }

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

border-color css

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

 span { border-color: rgb(12,225,49); }

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