Html Css Color HEX #0CED5F Malachite

📋 copy color: '#0CED5F'

red 12 ◦ green 237 ◦ blue 95

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

Shades of Malachite #0CED5F

Tints of Malachite #0CED5F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.9%

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

R = 3.49%
G = 68.9%
B = 27.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#0CED5F (or 0x0CED5F) is known color: Malachite. HEX triplet: 0C, ED and 5F. RGB value is (12,237,95). Sum of RGB (Red+Green+Blue) = 12+237+95=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #0CED5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CED5F is #F312A0. Grayscale: #999999. Windows color (decimal): -15930017 or 6286604. OLE color: 6286604.

HSL color Cylindrical-coordinate representation of color #0CED5F: hue angle of 142.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CED5F is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 237 95 -
CMYK 0.95 0 0.60 0.07
HSL 142.13º 0.9% 0.49% -
HSV(B) 142.13º 0.95% 0.93% -
XYZ 32.5 61.47 20.98 -
YUV 153.54 94.96 27.05 -
System Red Green Blue C M Y K H S L
Decimal 12 237 95 0.95 0 0.60 0.07 142.13 0.9 0.49
Hex C ED 5F 5F 0 3C 7 8E 5A 31
Octal 14 355 137 137 0 74 7 216 132 61
Binary 1100 11101101 1011111 1011111 0 111100 111 10001110 1011010 110001

Color Harmonies of #0CED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CED5F

Black with #0CED5F

Text Example


Text Example

White with #0CED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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