Html Css Color HEX #0ECC68 Malachite

📋 copy color: '#0ECC68'

red 14 ◦ green 204 ◦ blue 104

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

Shades of Malachite #0ECC68

Tints of Malachite #0ECC68

RGB

 RED value IS 14 (5.86% from 255) = 4.35%

 GREEN value IS 204 (80.08% from 255) = 63.35%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 4.35%
G = 63.35%
B = 32.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#0ECC68 (or 0x0ECC68) is known color: Malachite. HEX triplet: 0E, CC and 68. RGB value is (14,204,104). Sum of RGB (Red+Green+Blue) = 14+204+104=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC68 is #F13397. Grayscale: #888888. Windows color (decimal): -15807384 or 6867982. OLE color: 6867982.

HSL color Cylindrical-coordinate representation of color #0ECC68: hue angle of 148.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC68 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 204 104 -
CMYK 0.93 0 0.49 0.2
HSL 148.42º 0.87% 0.43% -
HSV(B) 148.42º 0.93% 0.8% -
XYZ 24.27 44.28 20.36 -
YUV 135.79 110.05 41.13 -
System Red Green Blue C M Y K H S L
Decimal 14 204 104 0.93 0 0.49 0.2 148.42 0.87 0.43
Hex E CC 68 5D 0 31 14 94 57 2B
Octal 16 314 150 135 0 61 24 224 127 53
Binary 1110 11001100 1101000 1011101 0 110001 10100 10010100 1010111 101011

Color Harmonies of #0ECC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECC68

Black with #0ECC68

Text Example


Text Example

White with #0ECC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,204,104); }

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

background-color css

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

 a { background-color: rgb(14,204,104); }

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

border-color css

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

 span { border-color: rgb(14,204,104); }

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