Html Css Color HEX #0CE137 Malachite

📋 copy color: '#0CE137'

red 12 ◦ green 225 ◦ blue 55

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

Shades of Malachite #0CE137

Tints of Malachite #0CE137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 4.11%
G = 77.05%
B = 18.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#0CE137 (or 0x0CE137) is known color: Malachite. HEX triplet: 0C, E1 and 37. RGB value is (12,225,55). Sum of RGB (Red+Green+Blue) = 12+225+55=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE137 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE137 is #F31EC8. Grayscale: #8E8E8E. Windows color (decimal): -15933129 or 3662092. OLE color: 3662092.

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

Color convert

RGB 12 225 55 -
CMYK 0.95 0 0.76 0.12
HSL 132.11º 0.9% 0.46% -
HSV(B) 132.11º 0.95% 0.88% -
XYZ 27.77 54.2 12.61 -
YUV 141.93 78.93 35.32 -
System Red Green Blue C M Y K H S L
Decimal 12 225 55 0.95 0 0.76 0.12 132.11 0.9 0.46
Hex C E1 37 5F 0 4C C 84 5A 2E
Octal 14 341 67 137 0 114 14 204 132 56
Binary 1100 11100001 110111 1011111 0 1001100 1100 10000100 1011010 101110

Color Harmonies of #0CE137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE137

Black with #0CE137

Text Example


Text Example

White with #0CE137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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