Html Css Color HEX #0CE360 Malachite

📋 copy color: '#0CE360'

red 12 ◦ green 227 ◦ blue 96

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

Shades of Malachite #0CE360

Tints of Malachite #0CE360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.76%

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

R = 3.58%
G = 67.76%
B = 28.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#0CE360 (or 0x0CE360) is known color: Malachite. HEX triplet: 0C, E3 and 60. RGB value is (12,227,96). Sum of RGB (Red+Green+Blue) = 12+227+96=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE360 is #F31C9F. Grayscale: #949494. Windows color (decimal): -15932576 or 6349580. OLE color: 6349580.

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

Color convert

RGB 12 227 96 -
CMYK 0.95 0 0.58 0.11
HSL 143.44º 0.9% 0.47% -
HSV(B) 143.44º 0.95% 0.89% -
XYZ 29.73 55.86 20.28 -
YUV 147.78 98.77 31.15 -
System Red Green Blue C M Y K H S L
Decimal 12 227 96 0.95 0 0.58 0.11 143.44 0.9 0.47
Hex C E3 60 5F 0 3A B 8F 5A 2F
Octal 14 343 140 137 0 72 13 217 132 57
Binary 1100 11100011 1100000 1011111 0 111010 1011 10001111 1011010 101111

Color Harmonies of #0CE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE360

Black with #0CE360

Text Example


Text Example

White with #0CE360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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