Html Css Color HEX #0CE560 Malachite

📋 copy color: '#0CE560'

red 12 ◦ green 229 ◦ blue 96

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

Shades of Malachite #0CE560

Tints of Malachite #0CE560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 67.95%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 3.56%
G = 67.95%
B = 28.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#0CE560 (or 0x0CE560) is known color: Malachite. HEX triplet: 0C, E5 and 60. RGB value is (12,229,96). Sum of RGB (Red+Green+Blue) = 12+229+96=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE560 is #F31A9F. Grayscale: #959595. Windows color (decimal): -15932064 or 6350092. OLE color: 6350092.

HSL color Cylindrical-coordinate representation of color #0CE560: hue angle of 143.23º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE560 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 229 96 -
CMYK 0.95 0 0.58 0.10
HSL 143.23º 0.9% 0.47% -
HSV(B) 143.23º 0.95% 0.9% -
XYZ 30.28 56.96 20.46 -
YUV 148.96 98.11 30.31 -
System Red Green Blue C M Y K H S L
Decimal 12 229 96 0.95 0 0.58 0.10 143.23 0.9 0.47
Hex C E5 60 5F 0 3A A 8F 5A 2F
Octal 14 345 140 137 0 72 12 217 132 57
Binary 1100 11100101 1100000 1011111 0 111010 1010 10001111 1011010 101111

Color Harmonies of #0CE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE560

Black with #0CE560

Text Example


Text Example

White with #0CE560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,229,96); }

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

background-color css

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

 a { background-color: rgb(12,229,96); }

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

border-color css

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

 span { border-color: rgb(12,229,96); }

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