Html Css Color HEX #0CE13F Malachite

📋 copy color: '#0CE13F'

red 12 ◦ green 225 ◦ blue 63

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

Shades of Malachite #0CE13F

Tints of Malachite #0CE13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 4%
G = 75%
B = 21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#0CE13F (or 0x0CE13F) is known color: Malachite. HEX triplet: 0C, E1 and 3F. RGB value is (12,225,63). Sum of RGB (Red+Green+Blue) = 12+225+63=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE13F is #F31EC0. Grayscale: #8F8F8F. Windows color (decimal): -15933121 or 4186380. OLE color: 4186380.

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

Color convert

RGB 12 225 63 -
CMYK 0.95 0 0.72 0.12
HSL 134.37º 0.9% 0.46% -
HSV(B) 134.37º 0.95% 0.88% -
XYZ 27.97 54.29 13.71 -
YUV 142.85 82.93 34.67 -
System Red Green Blue C M Y K H S L
Decimal 12 225 63 0.95 0 0.72 0.12 134.37 0.9 0.46
Hex C E1 3F 5F 0 48 C 86 5A 2E
Octal 14 341 77 137 0 110 14 206 132 56
Binary 1100 11100001 111111 1011111 0 1001000 1100 10000110 1011010 101110

Color Harmonies of #0CE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE13F

Black with #0CE13F

Text Example


Text Example

White with #0CE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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