Html Css Color HEX #0CE65F Malachite

📋 copy color: '#0CE65F'

red 12 ◦ green 230 ◦ blue 95

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

Shades of Malachite #0CE65F

Tints of Malachite #0CE65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.25%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 3.56%
G = 68.25%
B = 28.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#0CE65F (or 0x0CE65F) is known color: Malachite. HEX triplet: 0C, E6 and 5F. RGB value is (12,230,95). Sum of RGB (Red+Green+Blue) = 12+230+95=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 230 (90.23% from 255 or 68.25% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE65F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE65F is #F319A0. Grayscale: #959595. Windows color (decimal): -15931809 or 6284812. OLE color: 6284812.

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

Color convert

RGB 12 230 95 -
CMYK 0.95 0 0.59 0.10
HSL 142.84º 0.9% 0.47% -
HSV(B) 142.84º 0.95% 0.9% -
XYZ 30.51 57.5 20.32 -
YUV 149.43 97.28 29.98 -
System Red Green Blue C M Y K H S L
Decimal 12 230 95 0.95 0 0.59 0.10 142.84 0.9 0.47
Hex C E6 5F 5F 0 3B A 8F 5A 2F
Octal 14 346 137 137 0 73 12 217 132 57
Binary 1100 11100110 1011111 1011111 0 111011 1010 10001111 1011010 101111

Color Harmonies of #0CE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE65F

Black with #0CE65F

Text Example


Text Example

White with #0CE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,230,95); }

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

background-color css

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

 a { background-color: rgb(12,230,95); }

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

border-color css

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

 span { border-color: rgb(12,230,95); }

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