Html Css Color HEX #0CE154 Malachite

📋 copy color: '#0CE154'

red 12 ◦ green 225 ◦ blue 84

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

Shades of Malachite #0CE154

Tints of Malachite #0CE154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 3.74%
G = 70.09%
B = 26.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#0CE154 (or 0x0CE154) is known color: Malachite. HEX triplet: 0C, E1 and 54. RGB value is (12,225,84). Sum of RGB (Red+Green+Blue) = 12+225+84=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE154 is #F31EAB. Grayscale: #919191. Windows color (decimal): -15933100 or 5562636. OLE color: 5562636.

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

Color convert

RGB 12 225 84 -
CMYK 0.95 0 0.63 0.12
HSL 140.28º 0.9% 0.46% -
HSV(B) 140.28º 0.95% 0.88% -
XYZ 28.68 54.57 17.41 -
YUV 145.24 93.43 32.96 -
System Red Green Blue C M Y K H S L
Decimal 12 225 84 0.95 0 0.63 0.12 140.28 0.9 0.46
Hex C E1 54 5F 0 3F C 8C 5A 2E
Octal 14 341 124 137 0 77 14 214 132 56
Binary 1100 11100001 1010100 1011111 0 111111 1100 10001100 1011010 101110

Color Harmonies of #0CE154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE154

Black with #0CE154

Text Example


Text Example

White with #0CE154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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