Html Css Color HEX #0CCE4A Malachite

📋 copy color: '#0CCE4A'

red 12 ◦ green 206 ◦ blue 74

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

Shades of Malachite #0CCE4A

Tints of Malachite #0CCE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 70.55%

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 4.11%
G = 70.55%
B = 25.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#0CCE4A (or 0x0CCE4A) is known color: Malachite. HEX triplet: 0C, CE and 4A. RGB value is (12,206,74). Sum of RGB (Red+Green+Blue) = 12+206+74=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE4A is #F331B5. Grayscale: #858585. Windows color (decimal): -15937974 or 4902412. OLE color: 4902412.

HSL color Cylindrical-coordinate representation of color #0CCE4A: hue angle of 139.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE4A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 206 74 -
CMYK 0.94 0 0.64 0.19
HSL 139.18º 0.89% 0.43% -
HSV(B) 139.18º 0.94% 0.81% -
XYZ 23.46 44.72 13.87 -
YUV 132.95 94.73 41.73 -
System Red Green Blue C M Y K H S L
Decimal 12 206 74 0.94 0 0.64 0.19 139.18 0.89 0.43
Hex C CE 4A 5E 0 40 13 8B 59 2B
Octal 14 316 112 136 0 100 23 213 131 53
Binary 1100 11001110 1001010 1011110 0 1000000 10011 10001011 1011001 101011

Color Harmonies of #0CCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCE4A

Black with #0CCE4A

Text Example


Text Example

White with #0CCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,74); }

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

background-color css

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

 a { background-color: rgb(12,206,74); }

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

border-color css

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

 span { border-color: rgb(12,206,74); }

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