Html Css Color HEX #0CFF4E Malachite

📋 copy color: '#0CFF4E'

red 12 ◦ green 255 ◦ blue 78

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

Shades of Malachite #0CFF4E

Tints of Malachite #0CFF4E

RGB

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

 GREEN value IS 255 (100% from 255) = 73.91%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 3.48%
G = 73.91%
B = 22.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#0CFF4E (or 0x0CFF4E) is known color: Malachite. HEX triplet: 0C, FF and 4E. RGB value is (12,255,78). Sum of RGB (Red+Green+Blue) = 12+255+78=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF4E is #F300B1. Grayscale: #A2A2A2. Windows color (decimal): -15925426 or 5177100. OLE color: 5177100.

HSL color Cylindrical-coordinate representation of color #0CFF4E: hue angle of 136.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF4E is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 78 -
CMYK 0.95 0 0.69 0
HSL 136.3º 1% 0.52% -
HSV(B) 136.3º 0.95% 1% -
XYZ 37.29 72.15 19.17 -
YUV 162.17 80.49 20.89 -
System Red Green Blue C M Y K H S L
Decimal 12 255 78 0.95 0 0.69 0 136.3 1 0.52
Hex C FF 4E 5F 0 45 0 88 64 34
Octal 14 377 116 137 0 105 0 210 144 64
Binary 1100 11111111 1001110 1011111 0 1000101 0 10001000 1100100 110100

Color Harmonies of #0CFF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF4E

Black with #0CFF4E

Text Example


Text Example

White with #0CFF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,78); }

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

background-color css

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

 a { background-color: rgb(12,255,78); }

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

border-color css

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

 span { border-color: rgb(12,255,78); }

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